PEP update for 3.3.

This commit is contained in:
Georg Brandl 2012-06-16 23:22:21 +02:00
parent 5f54b726b5
commit cfc6f4fc85
1 changed files with 2 additions and 2 deletions

View File

@ -70,6 +70,7 @@ Implemented / Final PEPs:
* PEP 417: Including mock in the Standard Library
* PEP 418: Add monotonic time, performance counter, and process time functions
* PEP 420: Implicit Namespace Packages
* PEP 421: Adding sys.implementation
* PEP 3118: Revising the buffer protocol (protocol semantics finalised)
* PEP 3144: IP Address manipulation library
* PEP 3151: Reworking the OS and IO exception hierarchy
@ -87,8 +88,6 @@ Candidate PEPs:
* PEP 362: Function Signature Object
* PEP 397: Python launcher for Windows
* PEP 421: Adding sys.implementation
* PEP 3143: Standard daemon process library
* PEP 3154: Pickle protocol version 4
(Note that these are not accepted yet and even if they are, they might
@ -105,6 +104,7 @@ Other planned large-scale changes:
Deferred to post-3.3:
* PEP 395: Qualified Names for Modules
* PEP 3143: Standard daemon process library
* Breaking out standard library and docs in separate repos
Copyright