More PEP updates.

This commit is contained in:
Barry Warsaw 2013-11-22 12:30:31 -05:00
parent fe526d2a1f
commit e66a71839b
4 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ Title: The pathlib module -- object-oriented filesystem paths
Version: $Revision$
Last-Modified: $Date$
Author: Antoine Pitrou <solipsis@pitrou.net>
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 30-July-2012

View File

@ -67,19 +67,19 @@ Features for 3.4
Implemented / Final PEPs:
* PEP 428, the pathlib module -- object-oriented filesystem paths
* PEP 435, a standardized "enum" module
* PEP 442, improved semantics for object finalization
* PEP 443, adding single-dispatch generic functions to the standard library
* PEP 445, a new C API for implementing custom memory allocators
* PEP 446, make newly created file descriptors not inherited by default
* PEP 450, basic statistics module for the standard library
* PEP 451, a ModuleSpec Type for the Import System
* PEP 453, pip bootstrapping/bundling with CPython
* PEP 456, secure and interchangeable hash algorithm
Accepted but not yet implemented/merged:
* PEP 428, the pathlib module -- object-oriented filesystem paths
* PEP 451, a ModuleSpec Type for the Import System
* PEP 453, pip bootstrapping/bundling with CPython
* PEP 454, the tracemalloc module for tracing Python memory allocations
* PEP 3154, Pickle protocol revision 4
* PEP 3156, improved asynchronous IO support

View File

@ -5,7 +5,7 @@ Last-Modified: $Date$
Author: Eric Snow <ericsnowcurrently@gmail.com>
BDFL-Delegate: Brett Cannon <brett@python.org>, Nick Coghlan <ncoghlan@gmail.com>
Discussions-To: import-sig@python.org
Status: Accepted
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 8-Aug-2013

View File

@ -5,7 +5,7 @@ Last-Modified: $Date$
Author: Donald Stufft <donald@stufft.io>,
Nick Coghlan <ncoghlan@gmail.com>
BDFL-Delegate: Martin von Löwis
Status: Accepted
Status: Final
Type: Process
Content-Type: text/x-rst
Created: 10-Aug-2013