Add Python 2.3 release schedule based on conversation with Barry &
Tim, after mtg w/ Guido.
This commit is contained in:
parent
2e572852cf
commit
fceffda5d6
|
@ -117,6 +117,7 @@ Index by Category
|
|||
SF 260 Simplify xrange() van Rossum
|
||||
S 261 Support for "wide" Unicode characters Prescod
|
||||
SF 264 Future statements in simulated shells Hudson
|
||||
I 283 Python 2.3 Release Schedule Hylton
|
||||
|
||||
Empty PEPs (or containing only an abstract)
|
||||
|
||||
|
@ -247,6 +248,7 @@ Numerical Index
|
|||
S 280 Optimizing access to globals van Rossum
|
||||
S 281 Loop Counter Iteration with range and xrange Hetland
|
||||
S 282 A Logging System Mick
|
||||
I 283 Python 2.3 Release Schedule Hylton
|
||||
SR 666 Reject Foolish Indentation Creighton
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,61 @@
|
|||
PEP: 283
|
||||
Title: Python 2.3 Release Schedule
|
||||
Version: $Revision$
|
||||
Author: jeremy@zope.com (Jeremy Hylton)
|
||||
Status: Incomplete
|
||||
Type: Informational
|
||||
Created: 27-Feb-2002
|
||||
Python-Version: 2.3
|
||||
Post-History: 27-Feb-2002
|
||||
|
||||
Abstract
|
||||
|
||||
This document describes the post-Python 2.2 development and
|
||||
release schedule. The schedule primarily concerns itself with
|
||||
PEP-sized items. Small bug fixes and changes will occur up until
|
||||
the first beta release.
|
||||
|
||||
NOTE: the schedule below and the list of features under
|
||||
consideration are all subject to change! If the energy in the
|
||||
community changes or the feedback on a PEP is particularly
|
||||
positive or negative, this may affect decisions.
|
||||
|
||||
Release Schedule
|
||||
|
||||
Tentative future release dates.
|
||||
|
||||
30-Aug-2002: 2.3 (final release)
|
||||
26-Aug-2002: 2.3c1 (release candidate)
|
||||
14-Aug-2002: 2.3b2
|
||||
17-Jul-2002: 2.3b1
|
||||
19-Jun-2002: 2.3a2
|
||||
22-May-2002: 2.3a1
|
||||
|
||||
Release Manager
|
||||
|
||||
TBD
|
||||
|
||||
Planned features for 2.3
|
||||
|
||||
TBD
|
||||
|
||||
Here are a few PEPs that I know to be under consideration. If a
|
||||
PEP isn't on this list, it's because I'm not a confident channeler.
|
||||
|
||||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||
S 267 Optimized Access to Module Namespaces Hylton
|
||||
S 269 Pgen Module for Python Riehl
|
||||
S 273 Import Modules from Zip Archives Ahlstrom
|
||||
S 280 Optimizing access to globals van Rossum
|
||||
282 A Logging System Mick
|
||||
|
||||
Copyright
|
||||
|
||||
This document has been placed in the public domain.
|
||||
|
||||
|
||||
|
||||
Local Variables:
|
||||
mode: indented-text
|
||||
indent-tabs-mode: nil
|
||||
End:
|
Loading…
Reference in New Issue