From dcbb9e2182ccc4d94e8a16950499419bc28a4ef9 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 18 Feb 2006 20:32:56 +0000 Subject: [PATCH] Minor additions that are hopefully fixed sooner --- pep-3000.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pep-3000.txt b/pep-3000.txt index 03ed09692..a2d0f3ac2 100644 --- a/pep-3000.txt +++ b/pep-3000.txt @@ -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 =========