PEP 399 is already there and final.

This commit is contained in:
Georg Brandl 2012-01-29 07:39:39 +01:00
parent b48c229066
commit c26193b56e
1 changed files with 4 additions and 4 deletions

View File

@ -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