python-peps/pep-0283.txt

62 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.
266 Optimizing Global Variable/Attribute Access Montanaro
267 Optimized Access to Module Namespaces Hylton
269 Pgen Module for Python Riehl
273 Import Modules from Zip Archives Ahlstrom
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: