2002-02-27 18:02:11 -05:00
|
|
|
|
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.
|
|
|
|
|
|
2002-03-06 15:56:46 -05:00
|
|
|
|
PEP 266 Optimizing Global Variable/Attribute Access Montanaro
|
|
|
|
|
PEP 267 Optimized Access to Module Namespaces Hylton
|
|
|
|
|
PEP 269 Pgen Module for Python Riehl
|
|
|
|
|
PEP 273 Import Modules from Zip Archives Ahlstrom
|
|
|
|
|
PEP 280 Optimizing access to globals van Rossum
|
|
|
|
|
PEP 282 A Logging System Mick
|
2002-02-27 18:02:11 -05:00
|
|
|
|
|
|
|
|
|
Copyright
|
|
|
|
|
|
|
|
|
|
This document has been placed in the public domain.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: indented-text
|
|
|
|
|
indent-tabs-mode: nil
|
|
|
|
|
End:
|