[Python-checkins] r64011 - peps/trunk/pep-0361.txt

georg.brandl python-checkins at python.org
Sat Jun 7 14:56:39 CEST 2008


Author: georg.brandl
Date: Sat Jun  7 14:56:39 2008
New Revision: 64011

Log:
Status update in PEP 361.


Modified:
   peps/trunk/pep-0361.txt

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Sat Jun  7 14:56:39 2008
@@ -82,7 +82,8 @@
 
     New modules in the standard library:
 
-        - json 
+        - json
+        - new enhanced turtle module
 
     Deprecated modules and functions in the standard library:
 
@@ -126,22 +127,20 @@
     any C modifications or behavioral changes.  New features *must* be
     implemented prior to beta1 or will require Release Manager approval.
 
-    The following PEPs are being worked on for possible inclusion in 2.6:
+    The following PEPs are being worked on for inclusion in 2.6:
 
-        - PEP 297:  Support for System Upgrades [#pep297]
-        - PEP 367:  New Super [#pep367]
+        - PEP 371: Addition of the multiprocessing package [#pep371]
 
     Each non-trivial feature listed here that is not a PEP must be 
     discussed on python-dev.  Other enhancements include:
 
         - distutils replacement (requires a PEP)
-        - turtle.py replacement or enhancements
 
     New modules in the standard library:
 
         - winerror
           http://python.org/sf/1505257
-          (Owner: MAL)
+          (Patch rejected, module should be written in C)
 
         - setuptools
           BDFL pronouncement for inclusion in 2.5:
@@ -153,10 +152,6 @@
 	- ast
           http://mail.python.org/pipermail/python-dev/2008-April/078950.html
 	
-	- pyprocessing
-	  http://mail.python.org/pipermail/python-dev/2008-May/079417.html
-	  http://mail.python.org/pipermail/python-dev/2008-May/079677.html
-
     Modules to gain a DeprecationWarning (as specified for Python 2.6
     or through negligence):
 
@@ -246,6 +241,9 @@
 .. [#pep367] PEP 367 (New Super)
    http://www.python.org/dev/peps/pep-0367
 
+.. [#pep371] PEP 371 (Addition of the multiprocessing package)
+   http://www.python.org/dev/peps/pep-0371
+
 .. [#pep3000] PEP 3000 (Python 3000)
    http://www.python.org/dev/peps/pep-3000
 


More information about the Python-checkins mailing list