add a skeleton 2.7 release schedule pep
This commit is contained in:
parent
86b89db27f
commit
6610b994b4
|
@ -70,6 +70,7 @@ Index by Category
|
|||
IF 356 Python 2.5 Release Schedule Norwitz, et al
|
||||
I 360 Externally Maintained Packages Cannon
|
||||
I 361 Python 2.6 and 3.0 Release Schedule Norwitz, et al
|
||||
I 373 Python 2.7 Release Schedule Peterson
|
||||
I 3100 Python 3.0 Plans Cannon
|
||||
|
||||
Accepted PEPs (accepted; may not be completely implemented yet)
|
||||
|
@ -478,6 +479,7 @@ Numerical Index
|
|||
SA 370 Per user site-packages directory Heimes
|
||||
SA 371 Addition of the multiprocessing package Noller, Oudkerk
|
||||
S 372 Adding an ordered dictionary to collections Ronacher
|
||||
I 373 Python 2.7 Release Schedule Peterson
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
SR 754 IEEE 754 Floating Point Special Values Warnes
|
||||
P 3000 Python 3000 GvR
|
||||
|
|
|
@ -0,0 +1,67 @@
|
|||
PEP: 373
|
||||
Title: Python 2.7 Release Schedule
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Benjamin Peterson
|
||||
Status: Draft
|
||||
Type: Informational
|
||||
Content-type: text/x-rst
|
||||
Created: 3-Nov-2008
|
||||
Python-Version: 2.7
|
||||
|
||||
|
||||
Abstract
|
||||
========
|
||||
|
||||
This document describes the development and release schedule for Python 2.7.
|
||||
The schedule primarily concerns itself with PEP-sized items. Small features may
|
||||
be added up to and including the first beta release. Bugs may be fixed until
|
||||
the final release.
|
||||
|
||||
|
||||
Release Manager and Crew
|
||||
========================
|
||||
|
||||
=================== ==================
|
||||
Position Name
|
||||
=================== ==================
|
||||
2.7 Release Manager Benjamin Peterson
|
||||
Windows installers Martin v. Loewis
|
||||
Mac installers Ronald Oussoren
|
||||
=================== ==================
|
||||
|
||||
|
||||
Release Schedule
|
||||
================
|
||||
|
||||
Not yet finalized.
|
||||
|
||||
|
||||
Possible features for 2.7
|
||||
=========================
|
||||
|
||||
Nothing here.
|
||||
|
||||
|
||||
References
|
||||
==========
|
||||
|
||||
None yet!
|
||||
|
||||
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
|
||||
..
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
sentence-end-double-space: t
|
||||
fill-column: 70
|
||||
coding: utf-8
|
||||
End:
|
Loading…
Reference in New Issue