Update completed features for Py2.4a3.
This commit is contained in:
parent
672e4641a9
commit
517b637c51
21
pep-0320.txt
21
pep-0320.txt
|
@ -16,8 +16,7 @@ Abstract
|
||||||
beta release. Bugs may be fixed until the final release.
|
beta release. Bugs may be fixed until the final release.
|
||||||
|
|
||||||
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. The release date is not yet fixed but a
|
one release candidate. The release date is not yet fixed.
|
||||||
rough target for the first alpha is July 2004.
|
|
||||||
|
|
||||||
Release Manager
|
Release Manager
|
||||||
|
|
||||||
|
@ -30,9 +29,9 @@ Release Schedule
|
||||||
|
|
||||||
July 9: alpha 1 [completed]
|
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
|
Completed features for 2.4
|
||||||
|
|
||||||
|
@ -40,10 +39,16 @@ Completed features for 2.4
|
||||||
|
|
||||||
PEP 289 Generator expressions.
|
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 322 Reverse Iteration.
|
||||||
|
|
||||||
PEP 327: A Decimal package for fixed precision arithmetic.
|
PEP 327: A Decimal package for fixed precision arithmetic.
|
||||||
|
|
||||||
|
PEP 328: Multi-line Imports
|
||||||
|
|
||||||
Encapsulate the decorate-sort-undecorate pattern in a keyword for
|
Encapsulate the decorate-sort-undecorate pattern in a keyword for
|
||||||
list.sort().
|
list.sort().
|
||||||
|
|
||||||
|
@ -63,14 +68,6 @@ Planned features for 2.4
|
||||||
|
|
||||||
These features are all planned for 2.4b1, but have not yet landed.
|
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,
|
Deprecate and/or remove the modules listed in PEP 4 (posixfile,
|
||||||
gopherlib, pre, others)
|
gopherlib, pre, others)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue