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

christian.heimes python-checkins at python.org
Tue May 20 01:58:11 CEST 2008


Author: christian.heimes
Date: Tue May 20 01:58:11 2008
New Revision: 63473

Log:
Updated release pep for 2.6
Moved json to the new module section
Moved bytes PEP to the implemented peps section
Added PEP 370


Modified:
   peps/trunk/pep-0361.txt

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Tue May 20 01:58:11 2008
@@ -71,13 +71,17 @@
 
     PEPs:
 
-        352: Raising a string exception now triggers a TypeError.
+        - 352: Raising a string exception now triggers a TypeError.
              Attempting to catch a string exception raises DeprecationWarning.
-             BaseException.message has been deprecated.
+             BaseException.message has been deprecated. [#pep352]
+
+        - 370: Per user site-packages directory [#pep370]
+
+        - 358:  The "bytes" Object [#pep358]
 
     New modules in the standard library:
 
-        None
+        - json 
 
     Deprecated modules and functions in the standard library:
 
@@ -122,7 +126,6 @@
     The following PEPs are being worked on for possible inclusion in 2.6:
 
         - PEP 297:  Support for System Upgrades [#pep297]
-        - PEP 358:  The "bytes" Object [#pep358]
         - PEP 367:  New Super [#pep367]
         - PEP 3112:  Bytes literals in Python 3000 [#pep3112]
         - PEP 3127:  Integer Literal Support and Syntax [#pep3127]
@@ -139,8 +142,6 @@
           http://python.org/sf/1505257
           (Owner: MAL)
 
-        - JSON implementation
-
         - setuptools
           BDFL pronouncement for inclusion in 2.5:
           http://mail.python.org/pipermail/python-dev/2006-April/063964.html


More information about the Python-checkins mailing list