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