Move PEPs that have been implemented (plus other features) to the right place.

This commit is contained in:
Neal Norwitz 2008-05-20 04:33:08 +00:00
parent 91492bc114
commit f933a36f3e
1 changed files with 6 additions and 7 deletions

View File

@ -74,10 +74,10 @@ Completed features for 2.6
- 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. [#pep352] BaseException.message has been deprecated. [#pep352]
- 370: Per user site-packages directory [#pep370]
- 358: The "bytes" Object [#pep358] - 358: The "bytes" Object [#pep358]
- 370: Per user site-packages directory [#pep370]
- 3112: Bytes literals in Python 3000 [#pep3112]
- 3127: Integer Literal Support and Syntax [#pep3127]
New modules in the standard library: New modules in the standard library:
@ -115,6 +115,8 @@ Completed features for 2.6
- with/as will be keywords - with/as will be keywords
- a __dir__() special method to control dir() was added [1] - a __dir__() special method to control dir() was added [1]
- AtheOS support stopped. - AtheOS support stopped.
- warnings module implemented in C
- compile() takes an AST and can convert to byte code
Possible features for 2.6 Possible features for 2.6
@ -127,8 +129,6 @@ Possible features for 2.6
- PEP 297: Support for System Upgrades [#pep297] - PEP 297: Support for System Upgrades [#pep297]
- PEP 367: New Super [#pep367] - 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 Each non-trivial feature listed here that is not a PEP must be
discussed on python-dev. Other enhancements include: discussed on python-dev. Other enhancements include:
@ -160,8 +160,7 @@ Possible features for 2.6
- multifile - multifile
- compiler package (or a Py3K warning instead?) - compiler package (or a Py3K warning instead?)
- warnings module implemented in C - Convert Parser/*.c to use the C warnings module rather than printf
* Convert Parser/*.c to use warnings module rather than printf
- Add warnings for Py3k features removed: - Add warnings for Py3k features removed:
* backticks and <> * backticks and <>