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:
parent
6904651ef0
commit
e4274bd3b0
13
pep-0361.txt
13
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
|
||||
|
|
Loading…
Reference in New Issue