Updated release pep for 2.6

Moved json to the new module section
Moved bytes PEP to the implemented peps section
Added PEP 370
This commit is contained in:
Christian Heimes 2008-05-19 23:58:11 +00:00
parent 6904651ef0
commit e4274bd3b0
1 changed files with 7 additions and 6 deletions

View File

@ -71,13 +71,17 @@ Completed features for 2.6
PEPs: 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. 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: New modules in the standard library:
None - json
Deprecated modules and functions in the standard library: 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: The following PEPs are being worked on for possible inclusion in 2.6:
- PEP 297: Support for System Upgrades [#pep297] - PEP 297: Support for System Upgrades [#pep297]
- PEP 358: The "bytes" Object [#pep358]
- PEP 367: New Super [#pep367] - PEP 367: New Super [#pep367]
- PEP 3112: Bytes literals in Python 3000 [#pep3112] - PEP 3112: Bytes literals in Python 3000 [#pep3112]
- PEP 3127: Integer Literal Support and Syntax [#pep3127] - PEP 3127: Integer Literal Support and Syntax [#pep3127]
@ -139,8 +142,6 @@ Possible features for 2.6
http://python.org/sf/1505257 http://python.org/sf/1505257
(Owner: MAL) (Owner: MAL)
- JSON implementation
- setuptools - setuptools
BDFL pronouncement for inclusion in 2.5: BDFL pronouncement for inclusion in 2.5:
http://mail.python.org/pipermail/python-dev/2006-April/063964.html http://mail.python.org/pipermail/python-dev/2006-April/063964.html