pysqlite was added to stdlib. Add owners to outstanding items

This commit is contained in:
Neal Norwitz 2006-04-03 07:21:05 +00:00
parent 75e891fea4
commit 010b741685
1 changed files with 16 additions and 3 deletions

View File

@ -89,6 +89,9 @@ Completed features for 2.5
- Add msilib module for creating MSI files and bdist_msi in distutils. - Add msilib module for creating MSI files and bdist_msi in distutils.
There are no docs yet. There are no docs yet.
- pysqlite was added to the standard library
Planned features for 2.5 Planned features for 2.5
Each feature below should implemented prior to beta1 or Each feature below should implemented prior to beta1 or
@ -110,21 +113,24 @@ Planned features for 2.5
- Modules under consideration for inclusion: - Modules under consideration for inclusion:
- pysqlite
- bdist_deb in distutils package - bdist_deb in distutils package
(Owner: ???)
http://mail.python.org/pipermail/python-dev/2006-February/060926.html http://mail.python.org/pipermail/python-dev/2006-February/060926.html
- bdist_egg in distutils package - bdist_egg in distutils package
(Owner: ???)
- setuptools to the standard library - setuptools to the standard library
(Owner: ???)
- wsgiref to the standard library - wsgiref to the standard library
(Phillip Eby has volunteered to maintain it.) (Owner: Phillip Eby)
- pure python pgen module - pure python pgen module
(Owner: Guido)
- Support for building "fat" Mac binaries (Intel and PPC) - Support for building "fat" Mac binaries (Intel and PPC)
(Owner: Ronald Oussoren)
Deferred until 2.6: Deferred until 2.6:
@ -135,11 +141,14 @@ Deferred until 2.6:
Open issues Open issues
- AST compiler problems - AST compiler problems
(Owner: Jeremy Hylton)
- test_trace tests that were commented out for AST must be fixed - test_trace tests that were commented out for AST must be fixed
(Owner: Jeremy Hylton)
http://python.org/sf/1191458 http://python.org/sf/1191458
- xmlplus/xmlcore situation wrt ElementTree needs resolution - xmlplus/xmlcore situation wrt ElementTree needs resolution
(Owners: Fred Drake/Martin von Loewis/Fredrik Lundh)
http://mail.python.org/pipermail/python-dev/2005-December/058752.html http://mail.python.org/pipermail/python-dev/2005-December/058752.html
- should C modules listed in "Undocumented modules" be removed too? - should C modules listed in "Undocumented modules" be removed too?
@ -147,8 +156,12 @@ Open issues
and "sv" (listed as obsolete hardware specific). and "sv" (listed as obsolete hardware specific).
- Move GeneratorExit in hierarchy? (make special like KeyboardInterrupt) - Move GeneratorExit in hierarchy? (make special like KeyboardInterrupt)
(Owner: Guido)
http://mail.python.org/pipermail/python-dev/2006-March/062635.html http://mail.python.org/pipermail/python-dev/2006-March/062635.html
- StopIteration should propagate from context managers (with statement)
(Owner: Guido)
Copyright Copyright