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: New modules in the standard library:
- json - json
- new enhanced turtle module
Deprecated modules and functions in the standard library: 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 any C modifications or behavioral changes. New features *must* be
implemented prior to beta1 or will require Release Manager approval. 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 371: Addition of the multiprocessing package [#pep371]
- PEP 367: New Super [#pep367]
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:
- distutils replacement (requires a PEP) - distutils replacement (requires a PEP)
- turtle.py replacement or enhancements
New modules in the standard library: New modules in the standard library:
- winerror - winerror
http://python.org/sf/1505257 http://python.org/sf/1505257
(Owner: MAL) (Patch rejected, module should be written in C)
- setuptools - setuptools
BDFL pronouncement for inclusion in 2.5: BDFL pronouncement for inclusion in 2.5:
@ -153,10 +152,6 @@ Possible features for 2.6
- ast - ast
http://mail.python.org/pipermail/python-dev/2008-April/078950.html 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 Modules to gain a DeprecationWarning (as specified for Python 2.6
or through negligence): or through negligence):
@ -246,6 +241,9 @@ References
.. [#pep367] PEP 367 (New Super) .. [#pep367] PEP 367 (New Super)
http://www.python.org/dev/peps/pep-0367 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) .. [#pep3000] PEP 3000 (Python 3000)
http://www.python.org/dev/peps/pep-3000 http://www.python.org/dev/peps/pep-3000