Update completed features for Py2.4a3.

This commit is contained in:
Raymond Hettinger 2004-09-04 22:49:54 +00:00
parent 672e4641a9
commit 517b637c51
1 changed files with 10 additions and 13 deletions

View File

@ -16,8 +16,7 @@ Abstract
beta release. Bugs may be fixed until the final release.
There will be at least two alpha releases, two beta releases, and
one release candidate. The release date is not yet fixed but a
rough target for the first alpha is July 2004.
one release candidate. The release date is not yet fixed.
Release Manager
@ -30,20 +29,26 @@ Release Schedule
July 9: alpha 1 [completed]
August 5/6: alpha 2
August 5/6: alpha 2 [completed]
August 26/27: alpha 3 or beta 1
Sept 3: alpha 3 [completed]
Completed features for 2.4
PEP 218 Builtin Set Objects.
PEP 289 Generator expressions.
PEP 292 Simpler String Substitutions to be implemented as a module.
PEP 318: Function/method decorator syntax, using @syntax
PEP 322 Reverse Iteration.
PEP 327: A Decimal package for fixed precision arithmetic.
PEP 328: Multi-line Imports
Encapsulate the decorate-sort-undecorate pattern in a keyword for
list.sort().
@ -63,14 +68,6 @@ Planned features for 2.4
These features are all planned for 2.4b1, but have not yet landed.
PEP 292 Simpler String Substitutions to be implemented as a module.
PEP 318: Function/method decorator syntax, using @syntax
PEP 328: Imports: Multi-line and Absolute/Relative. (Still quite
controversial.) No-one has stepped forward to champion this, so it's
looking like it might not make it in.
Deprecate and/or remove the modules listed in PEP 4 (posixfile,
gopherlib, pre, others)