Move PEPs that have been implemented (plus other features) to the right place.
This commit is contained in:
parent
91492bc114
commit
f933a36f3e
13
pep-0361.txt
13
pep-0361.txt
|
@ -74,10 +74,10 @@ Completed features for 2.6
|
|||
- 352: Raising a string exception now triggers a TypeError.
|
||||
Attempting to catch a string exception raises DeprecationWarning.
|
||||
BaseException.message has been deprecated. [#pep352]
|
||||
|
||||
- 358: The "bytes" Object [#pep358]
|
||||
- 370: Per user site-packages directory [#pep370]
|
||||
|
||||
- 358: The "bytes" Object [#pep358]
|
||||
- 3112: Bytes literals in Python 3000 [#pep3112]
|
||||
- 3127: Integer Literal Support and Syntax [#pep3127]
|
||||
|
||||
New modules in the standard library:
|
||||
|
||||
|
@ -115,6 +115,8 @@ Completed features for 2.6
|
|||
- with/as will be keywords
|
||||
- a __dir__() special method to control dir() was added [1]
|
||||
- AtheOS support stopped.
|
||||
- warnings module implemented in C
|
||||
- compile() takes an AST and can convert to byte code
|
||||
|
||||
|
||||
Possible features for 2.6
|
||||
|
@ -127,8 +129,6 @@ Possible features for 2.6
|
|||
|
||||
- PEP 297: Support for System Upgrades [#pep297]
|
||||
- PEP 367: New Super [#pep367]
|
||||
- PEP 3112: Bytes literals in Python 3000 [#pep3112]
|
||||
- PEP 3127: Integer Literal Support and Syntax [#pep3127]
|
||||
|
||||
Each non-trivial feature listed here that is not a PEP must be
|
||||
discussed on python-dev. Other enhancements include:
|
||||
|
@ -160,8 +160,7 @@ Possible features for 2.6
|
|||
- multifile
|
||||
- compiler package (or a Py3K warning instead?)
|
||||
|
||||
- warnings module implemented in C
|
||||
* Convert Parser/*.c to use warnings module rather than printf
|
||||
- Convert Parser/*.c to use the C warnings module rather than printf
|
||||
|
||||
- Add warnings for Py3k features removed:
|
||||
* backticks and <>
|
||||
|
|
Loading…
Reference in New Issue