From efebd8e76cb798c9e843efc37e5321a7696e25fb Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 21 Mar 2004 22:11:15 +0000 Subject: [PATCH] Update PEP 320 based on a meeting of python-dev'vers at PyCon. --- pep-0320.txt | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/pep-0320.txt b/pep-0320.txt index d63a038f2..39d775ba4 100644 --- a/pep-0320.txt +++ b/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