Update PEP 320 based on a meeting of python-dev'vers at PyCon.
This commit is contained in:
parent
fef61c2a39
commit
efebd8e76c
25
pep-0320.txt
25
pep-0320.txt
|
@ -17,12 +17,22 @@ Abstract
|
|||
|
||||
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 is June or July of 2004.
|
||||
rough target for the first alpha is July 2004.
|
||||
|
||||
land generator expressions -- first week of May (this PEP seems to
|
||||
be the largest potential source of upheaval, so it should go
|
||||
in well before the alpha release).
|
||||
alpha 1 -- second week of July 2004
|
||||
alpha 2 -- four weeks later
|
||||
beta 1 -- TBD (perhaps August) depending on the number of bugs
|
||||
in the alphas.
|
||||
final -- September? This will depend on how the alphas and betas
|
||||
go, and might be pushed back if several rounds of bugfixing are needed.
|
||||
|
||||
|
||||
Release Manager
|
||||
|
||||
TBD
|
||||
Anthony Baxter
|
||||
|
||||
|
||||
Completed features for 2.4
|
||||
|
@ -47,7 +57,13 @@ Planned features for 2.4
|
|||
PEP 292 Simpler String Substitutions to be implemented as a module
|
||||
or codec.
|
||||
|
||||
A Decimal package for fixed precision arithmetic.
|
||||
PEP 318: Function/method decorator syntax
|
||||
|
||||
PEP 327: A Decimal package for fixed precision arithmetic.
|
||||
|
||||
PEP 328: Imports: Multi-line and Absolute/Relative. (Possibly
|
||||
the absolute/relative stuff is too controversial and will be
|
||||
pushed off to 2.4.)
|
||||
|
||||
Deprecate and/or remove the modules listed in PEP 4 (posixfile,
|
||||
gopherlib, audioop, pre, others)
|
||||
|
@ -75,6 +91,9 @@ Planned features for 2.4
|
|||
which implement async servers using SSL have to require third-party
|
||||
packages such as pyopenssl.
|
||||
|
||||
AST-based compiler: if this branch can land in the trunk by early
|
||||
May, it can go in. Otherwise it can wait for a future release.
|
||||
|
||||
|
||||
Ongoing tasks
|
||||
|
||||
|
|
Loading…
Reference in New Issue