From e4274bd3b0915dc93d754bef335e055b4f622ab5 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 19 May 2008 23:58:11 +0000 Subject: [PATCH] Updated release pep for 2.6 Moved json to the new module section Moved bytes PEP to the implemented peps section Added PEP 370 --- pep-0361.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pep-0361.txt b/pep-0361.txt index 90b905c42..a5ee4d8b4 100644 --- a/pep-0361.txt +++ b/pep-0361.txt @@ -71,13 +71,17 @@ Completed features for 2.6 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 @@ Possible features for 2.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 @@ Possible features for 2.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