[Python-checkins] python/nondist/peps pep-0320.txt,1.18,1.19

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Wed Oct 27 13:53:07 CEST 2004


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

Modified Files:
	pep-0320.txt 
Log Message:
updates post beta1

Index: pep-0320.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0320.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- pep-0320.txt	16 Sep 2004 16:04:53 -0000	1.18
+++ pep-0320.txt	27 Oct 2004 11:53:05 -0000	1.19
@@ -33,7 +33,13 @@
 
     Sept 3: alpha 3 [completed]
 
-    October 11/12: beta 1 [scheduled]
+    October 15: beta 1 [completed]
+
+    November 3: beta 2 [scheduled]
+
+    November 18: release candidate 1 [scheduled]
+
+    November 30: final [scheduled]
 
 Completed features for 2.4
 
@@ -64,27 +70,22 @@
     to the heapq module.
 
     Python's windows installer now uses MSI
-    
 
-Planned features for 2.4
-
-    These features are all planned for 2.4b1, but have not yet landed.
-
-    Deprecate and/or remove the modules listed in PEP 4 (posixfile,
-    gopherlib, pre, others)
+Deferred until 2.5:
 
-    Remove support for platforms as described in PEP 11.
+    - Deprecate and/or remove the modules listed in PEP 4 (posixfile,
+      gopherlib, pre, others)
 
-    Finish implementing the Distutils bdist_dpkg command.  (AMK)
+    - Remove support for platforms as described in PEP 11.
 
-    Add support for reading shadow passwords (www.python.org/sf/579435)
+    - Finish implementing the Distutils bdist_dpkg command.  (AMK)
 
-    It would be nice if the built-in SSL socket type could be used
-    for non-blocking SSL I/O.  Currently packages such as Twisted 
-    which implement async servers using SSL have to require third-party
-    packages such as pyopenssl.  
+    - Add support for reading shadow passwords (www.python.org/sf/579435)
 
-Deferred until 2.5:
+    - It would be nice if the built-in SSL socket type could be used
+      for non-blocking SSL I/O.  Currently packages such as Twisted 
+      which implement async servers using SSL have to require third-party
+      packages such as pyopenssl.  
 
     - AST-based compiler: this branch was not completed in time for 
       2.4, but will land on the trunk some time after 2.4 final is 



More information about the Python-checkins mailing list