Reformat/organize planned features and update unicode, PEP 338

This commit is contained in:
Neal Norwitz 2006-03-10 07:29:48 +00:00
parent ce8d288cea
commit ee02f1b8ae
1 changed files with 22 additions and 20 deletions

View File

@ -76,34 +76,40 @@ Completed features for 2.5
- Add ctypes to the standard library, make it an optional component
in the windows installer. Thomas Heller will maintain it.
- Add support for the Unicode 4.1 UCD
Planned features for 2.5
Target for inclusion of each feature by March 16. At that point,
we should re-evaluate schedule or consider dropping feature.
Each feature below should implemented prior to alpha2 or
will require BDFL approval for inclusion in 2.5.
Prepare for 'do' becoming a keyword in 2.6 (PEP 315)?
And as long as we're going wild, how about 'super'?
And what about 'interface' and 'implements'? (PEP 245)
Or 'switch' and 'case'? (PEP 275)
- PEP 338 (still needs to be accepted and patch checked in)
Add builtin @deprecated decorator?
- SyntaxWarnings for the following proposed keywords:
Add bdist_msi to the distutils package. (MvL plans to import after pycon)
- 'do'? (PEP 315)
- 'super'
- 'interface' and 'implements'? (PEP 245)
- 'switch' and 'case'? (PEP 275)
Add bdist_deb to the distutils package?
(see http://mail.python.org/pipermail/python-dev/2006-February/060926.html)
- Add builtin @deprecated decorator?
Add bdist_egg to the distutils package???
- Modules under consideration for inclusion:
Add setuptools to the standard library.
- bdist_msi in distutils package. (MvL plans to import after pycon)
Add wsgiref to the standard library.
(Phillip Eby has volunteered to maintain it.)
- bdist_deb in distutils package
http://mail.python.org/pipermail/python-dev/2006-February/060926.html
Add pure python pgen module.
- bdist_egg in distutils package
Add support for the Unicode 4.1 UCD.
- setuptools to the standard library
- wsgiref to the standard library
(Phillip Eby has volunteered to maintain it.)
- pure python pgen module
Deferred until 2.6:
@ -113,12 +119,8 @@ Deferred until 2.6:
Open issues
This PEP needs to be updated and release managers confirmed.
- Review PEP 4: Deprecate and/or remove the modules
Should PEP 338 be accepted and implemented.
Copyright