[Python-checkins] python/nondist/peps pep-0320.txt,1.16,1.17

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sun Sep 5 00:49:57 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7200

Modified Files:
	pep-0320.txt 
Log Message:
Update completed features for Py2.4a3.

Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- pep-0320.txt	28 Jul 2004 10:39:55 -0000	1.16
+++ pep-0320.txt	4 Sep 2004 22:49:54 -0000	1.17
@@ -16,8 +16,7 @@
     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 @@
 
     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 @@
 
     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)
 



More information about the Python-checkins mailing list