[Python-checkins] r42463 - peps/trunk/pep-3000.txt

neal.norwitz python-checkins at python.org
Sat Feb 18 21:32:56 CET 2006


Author: neal.norwitz
Date: Sat Feb 18 21:32:56 2006
New Revision: 42463

Modified:
   peps/trunk/pep-3000.txt
Log:
Minor additions that are hopefully fixed sooner

Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Sat Feb 18 21:32:56 2006
@@ -68,6 +68,9 @@
   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 @@
 .. [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
 =========
 


More information about the Python-checkins mailing list