PEP 399 is already there and final.
This commit is contained in:
parent
b48c229066
commit
c26193b56e
|
@ -57,10 +57,11 @@ of the crew.
|
|||
Features for 3.3
|
||||
================
|
||||
|
||||
Implemented PEPs:
|
||||
Implemented / Final PEPs:
|
||||
|
||||
* PEP 380: Syntax for Delegating to a Subgenerator
|
||||
* PEP 393: Flexible String Representation
|
||||
* PEP 399: Pure Python/C Accelerator Module Compatibility Requirements
|
||||
* PEP 3151: Reworking the OS and IO exception hierarchy
|
||||
* PEP 3155: Qualified name for classes and functions
|
||||
|
||||
|
@ -83,12 +84,11 @@ not be finished in time for Python 3.3.)
|
|||
|
||||
Other planned large-scale changes:
|
||||
|
||||
* Implementing ``__import__`` using importlib
|
||||
* Addition of the "regex" module
|
||||
* Email version 6
|
||||
* Implementing ``__import__`` using importlib
|
||||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
* Breaking out standard library and docs in separate repos?
|
||||
* A PEP on supplementing C modules with equivalent Python modules?
|
||||
* Addition of the "regex" module
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue