From 43d1a81f45f182512616e0ca7d8191611e01e514 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 23 Mar 2011 14:48:16 -0700 Subject: [PATCH] Denote my goals for Python 3.3. --- pep-0398.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0398.txt b/pep-0398.txt index 0a8695317..77a04e09a 100644 --- a/pep-0398.txt +++ b/pep-0398.txt @@ -59,6 +59,7 @@ Features for 3.3 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 @@ not be finished in time for Python 3.3.) Other planned large-scale changes: * Addition of the "packaging" module, replacing "distutils". +* Implementing ``__import__`` using importlib. Copyright