[Python-checkins] peps: Denote my goals for Python 3.3.

brett.cannon python-checkins at python.org
Wed Mar 23 22:48:29 CET 2011


http://hg.python.org/peps/rev/734f22e24fbb
changeset:   3846:734f22e24fbb
user:        Brett Cannon <brett at python.org>
date:        Wed Mar 23 14:48:16 2011 -0700
summary:
  Denote my goals for Python 3.3.

files:
  pep-0398.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -59,6 +59,7 @@
 
 Candidate PEPs:
 
+* PEP 362: Function Signature Object
 * PEP 380: Syntax for Delegating to a Subgenerator
 * PEP 382: Namespace Packages
 * PEP 393: Flexible String Representation
@@ -73,6 +74,7 @@
 Other planned large-scale changes:
 
 * Addition of the "packaging" module, replacing "distutils".
+* Implementing ``__import__`` using importlib.
 
 
 Copyright

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list