Status update in PEP 361.

This commit is contained in:
Georg Brandl 2008-06-07 12:56:39 +00:00
parent adc30d2836
commit 3f5af48010
1 changed files with 8 additions and 10 deletions

View File

@ -82,7 +82,8 @@ Completed features for 2.6
New modules in the standard library:
- json
- json
- new enhanced turtle module
Deprecated modules and functions in the standard library:
@ -126,22 +127,20 @@ Possible features for 2.6
any C modifications or behavioral changes. New features *must* be
implemented prior to beta1 or will require Release Manager approval.
The following PEPs are being worked on for possible inclusion in 2.6:
The following PEPs are being worked on for inclusion in 2.6:
- PEP 297: Support for System Upgrades [#pep297]
- PEP 367: New Super [#pep367]
- PEP 371: Addition of the multiprocessing package [#pep371]
Each non-trivial feature listed here that is not a PEP must be
discussed on python-dev. Other enhancements include:
- distutils replacement (requires a PEP)
- turtle.py replacement or enhancements
New modules in the standard library:
- winerror
http://python.org/sf/1505257
(Owner: MAL)
(Patch rejected, module should be written in C)
- setuptools
BDFL pronouncement for inclusion in 2.5:
@ -153,10 +152,6 @@ Possible features for 2.6
- ast
http://mail.python.org/pipermail/python-dev/2008-April/078950.html
- pyprocessing
http://mail.python.org/pipermail/python-dev/2008-May/079417.html
http://mail.python.org/pipermail/python-dev/2008-May/079677.html
Modules to gain a DeprecationWarning (as specified for Python 2.6
or through negligence):
@ -246,6 +241,9 @@ References
.. [#pep367] PEP 367 (New Super)
http://www.python.org/dev/peps/pep-0367
.. [#pep371] PEP 371 (Addition of the multiprocessing package)
http://www.python.org/dev/peps/pep-0371
.. [#pep3000] PEP 3000 (Python 3000)
http://www.python.org/dev/peps/pep-3000