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

neal.norwitz python-checkins at python.org
Wed Mar 8 06:33:35 CET 2006


Author: neal.norwitz
Date: Wed Mar  8 06:33:34 2006
New Revision: 42909

Modified:
   peps/trunk/pep-0356.txt
Log:
Update the PEPs/features that were implemented

Modified: peps/trunk/pep-0356.txt
==============================================================================
--- peps/trunk/pep-0356.txt	(original)
+++ peps/trunk/pep-0356.txt	Wed Mar  8 06:33:34 2006
@@ -51,8 +51,12 @@
     PEP 341: Unified try-except/try-finally to try-except-finally
     PEP 342: Coroutines via Enhanced Generators
     PEP 343: The "with" Statement
-	(still Doc/ref updates)
+	(still need Doc/ref updates)
+    PEP 352: Required Superclass for Exceptions
     PEP 353: Using ssize_t as the index type
+    PEP 357: Allowing Any Object to be Used for Slicing
+
+    - ASCII is the default coding
 
     - AST-based compiler
       - Access to C AST from Python through new _ast module
@@ -82,11 +86,6 @@
 
     Add builtin @deprecated decorator?
 
-    PEP 352: Required Superclass for Exceptions
-    (Brett Cannon is expected to implement this.)
-
-    - ASCII is the default coding
-
     Add bdist_msi to the distutils package. (MvL plans to import after pycon)
 
     Add bdist_deb to the distutils package?
@@ -118,7 +117,7 @@
 
     - Review PEP  4: Deprecate and/or remove the modules
 
-    Should PEP 338 or 357 be accepted and implemented.
+    Should PEP 338 be accepted and implemented.
 
 
 Copyright


More information about the Python-checkins mailing list