Denote my goals for Python 3.3.
This commit is contained in:
parent
9c8084f83d
commit
43d1a81f45
|
@ -59,6 +59,7 @@ Features for 3.3
|
||||||
|
|
||||||
Candidate PEPs:
|
Candidate PEPs:
|
||||||
|
|
||||||
|
* PEP 362: Function Signature Object
|
||||||
* PEP 380: Syntax for Delegating to a Subgenerator
|
* PEP 380: Syntax for Delegating to a Subgenerator
|
||||||
* PEP 382: Namespace Packages
|
* PEP 382: Namespace Packages
|
||||||
* PEP 393: Flexible String Representation
|
* PEP 393: Flexible String Representation
|
||||||
|
@ -73,6 +74,7 @@ not be finished in time for Python 3.3.)
|
||||||
Other planned large-scale changes:
|
Other planned large-scale changes:
|
||||||
|
|
||||||
* Addition of the "packaging" module, replacing "distutils".
|
* Addition of the "packaging" module, replacing "distutils".
|
||||||
|
* Implementing ``__import__`` using importlib.
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue