[Python-checkins] r42953 - peps/trunk/pep-0356.txt

neal.norwitz python-checkins at python.org
Fri Mar 10 08:29:51 CET 2006


Author: neal.norwitz
Date: Fri Mar 10 08:29:48 2006
New Revision: 42953

Modified:
   peps/trunk/pep-0356.txt
Log:
Reformat/organize planned features and update unicode, PEP 338

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Fri Mar 10 08:29:48 2006
@@ -76,34 +76,40 @@
     - Add ctypes to the standard library, make it an optional component
       in the windows installer.  Thomas Heller will maintain it.
 
+    - Add support for the Unicode 4.1 UCD
+
 
 Planned features for 2.5
 
-    Target for inclusion of each feature by March 16.  At that point,
-    we should re-evaluate schedule or consider dropping feature.
+    Each feature below should implemented prior to alpha2 or 
+    will require BDFL approval for inclusion in 2.5.
+
+    - PEP 338 (still needs to be accepted and patch checked in)
+
+    - SyntaxWarnings for the following proposed keywords:
 
-    Prepare for 'do' becoming a keyword in 2.6 (PEP 315)?
-    And as long as we're going wild, how about 'super'?
-    And what about 'interface' and 'implements'? (PEP 245)
-    Or 'switch' and 'case'? (PEP 275)
+      - 'do'? (PEP 315)
+      - 'super'
+      - 'interface' and 'implements'? (PEP 245)
+      - 'switch' and 'case'? (PEP 275)
 
-    Add builtin @deprecated decorator?
+    - Add builtin @deprecated decorator?
 
-    Add bdist_msi to the distutils package. (MvL plans to import after pycon)
+    - Modules under consideration for inclusion:
 
-    Add bdist_deb to the distutils package?
-    (see http://mail.python.org/pipermail/python-dev/2006-February/060926.html)
+      - bdist_msi in distutils package. (MvL plans to import after pycon)
 
-    Add bdist_egg to the distutils package???
+      - bdist_deb in distutils package
+        http://mail.python.org/pipermail/python-dev/2006-February/060926.html
 
-    Add setuptools to the standard library.
+      - bdist_egg in distutils package
 
-    Add wsgiref to the standard library.  
-    (Phillip Eby has volunteered to maintain it.)
+      - setuptools to the standard library
 
-    Add pure python pgen module.
+      - wsgiref to the standard library
+        (Phillip Eby has volunteered to maintain it.)
 
-    Add support for the Unicode 4.1 UCD.
+      - pure python pgen module
 
 
 Deferred until 2.6:
@@ -113,12 +119,8 @@
 
 Open issues
 
-    This PEP needs to be updated and release managers confirmed.
-
     - Review PEP  4: Deprecate and/or remove the modules
 
-    Should PEP 338 be accepted and implemented.
-
 
 Copyright
 


More information about the Python-checkins mailing list