Minor additions that are hopefully fixed sooner

This commit is contained in:
Neal Norwitz 2006-02-18 20:32:56 +00:00
parent 7e4f8246cd
commit dcbb9e2182
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,9 @@ Core language
Relative imports must be explicitly specified [19]_
* __init__.py will be optional in sub-packages. __init__.py will still
be required for top-level packages.
* Cleanup the Py_InitModule() variants {,3,4}
* Cleanup the APIs exported in pythonrun, etc.
* Fix (or remove) {}.setdefault() [21]_
To be removed:
@ -225,6 +228,9 @@ References
.. [20] PEP 352 ("Required Superclass for Exceptions")
http://www.python.org/peps/pep-0352.html
.. [21] python-dev email
http://mail.python.org/pipermail/python-dev/2006-February/061169.html
Copyright
=========