Add PEP 302 and some definite words on the release schedule. Change

release manager to GvR.
This commit is contained in:
Guido van Rossum 2002-12-24 18:22:13 +00:00
parent e7d8b40694
commit 6f7d1222c0
1 changed files with 13 additions and 8 deletions

View File

@ -15,9 +15,9 @@ Abstract
items. Small features may be added until the first beta release. items. Small features may be added until the first beta release.
Bugs may be fixed until the final release. Bugs may be fixed until the final release.
There is currently no defined schedule. We hope to do the final There is currently no complete schedule. I plan to release alpha
release before the end of 2002, but if important projects below 1 in 2002, and hope for a final release in the second quarter of
are delayed, even that may be delayed. 2003.
There will be at least two alpha releases, two beta releases, and There will be at least two alpha releases, two beta releases, and
one release candidate. Alpha and beta releases will be spaced at one release candidate. Alpha and beta releases will be spaced at
@ -29,7 +29,7 @@ Abstract
Release Manager Release Manager
Barry Warsaw. (Didn't have his finger on his nose in time. :) Guido van Rossum.
Open issues Open issues
@ -50,14 +50,14 @@ Open issues
- New widgets for Tkinter??? - New widgets for Tkinter???
- Tk 8.4 update.
Completed features for 2.3 Completed features for 2.3
This list is not complete. See Doc/whatsnew/whatsnew23.tex in CVS This list is not complete. See Doc/whatsnew/whatsnew23.tex in CVS
for more, and of course Misc/NEWS for the full list. for more, and of course Misc/NEWS for the full list.
- Tk 8.4 update.
- The bool type and its constants, True and False (PEP 285). - The bool type and its constants, True and False (PEP 285).
- PyMalloc was greatly enhanced and is enabled by default. - PyMalloc was greatly enhanced and is enabled by default.
@ -145,8 +145,13 @@ Planned features for 2.3
- PEP 273 Import Modules from Zip Archives Ahlstrom - PEP 273 Import Modules from Zip Archives Ahlstrom
There's hope for an updated patch at There's a patch at http://www.python.org/sf/492105; an updated
http://www.python.org/sf/492105 patch at http://www.python.org/sf/645650; but my expectation is
that this will be subsumed by the PEP 302 work.
- PEP 302 New Import Hooks JvR
This looks very promising. See http://www.python.org/sf/652586
- A new command line option parser. Greg Ward's Optik - A new command line option parser. Greg Ward's Optik
(http://optik.sf.net) fits the bill fine; there's only some (http://optik.sf.net) fits the bill fine; there's only some