Updated PEP 429, the 3.4 release schedule.
This commit is contained in:
parent
d90eef6996
commit
05454f08e9
41
pep-0429.txt
41
pep-0429.txt
|
@ -40,13 +40,12 @@ The releases so far:
|
|||
- 3.4.0 alpha 2: September 9, 2013
|
||||
- 3.4.0 alpha 3: September 29, 2013
|
||||
- 3.4.0 alpha 4: October 20, 2013
|
||||
|
||||
The anticipated schedule for future releases:
|
||||
|
||||
- 3.4.0 beta 1: November 24, 2013
|
||||
|
||||
(Beta 1 is also "feature freeze"--no new features beyond this point.)
|
||||
|
||||
The anticipated schedule for future releases:
|
||||
|
||||
- 3.4.0 beta 2: January 5, 2014
|
||||
- 3.4.0 candidate 1: January 19, 2014
|
||||
- 3.4.0 candidate 2: February 2, 2014
|
||||
|
@ -67,41 +66,31 @@ Features for 3.4
|
|||
|
||||
Implemented / Final PEPs:
|
||||
|
||||
* PEP 428, the pathlib module -- object-oriented filesystem paths
|
||||
* PEP 428, a "pathlib" module providing object-oriented filesystem paths
|
||||
* PEP 435, a standardized "enum" module
|
||||
* PEP 436, a build enhancement that will help generate introspection
|
||||
information for builtins
|
||||
* 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 454, the tracemalloc module for tracing Python memory allocations
|
||||
* PEP 456, secure and interchangeable hash algorithm
|
||||
* PEP 3154, Pickle protocol revision 4
|
||||
* PEP 3156, improved asynchronous IO support
|
||||
* PEP 446, changing file descriptors to not be inherited by default
|
||||
in subprocesses
|
||||
* PEP 450, a new "statistics" module
|
||||
* PEP 451, standardizing module metadata for Python's module import system
|
||||
* PEP 453, a bundled installer for the *pip* package manager
|
||||
* PEP 454, a new "tracemalloc" module for tracing Python memory allocations
|
||||
* PEP 456, a new hash algorithm for Python strings and binary data
|
||||
* PEP 3154, a new and improved protocol for pickled objects
|
||||
* PEP 3156, a new "asyncio" module, a new framework for asynchronous I/O
|
||||
|
||||
Other final large-scale changes:
|
||||
|
||||
* None so far
|
||||
|
||||
Candidate PEPs:
|
||||
Deferred to post-3.4:
|
||||
|
||||
* PEP 431, improved support for time zone databases
|
||||
* PEP 436, a build-time preprocessor for builtin argument parsing
|
||||
* PEP 441, improved Python zip application support
|
||||
* PEP 447, support for __locallookup__ metaclass method
|
||||
* PEP 448, additional unpacking generalizations
|
||||
* PEP 455, key transforming dictionary
|
||||
|
||||
Other proposed large-scale changes:
|
||||
|
||||
* Introspection information for builtins
|
||||
* Email version 6
|
||||
|
||||
Deferred to post-3.4:
|
||||
|
||||
* None so far
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue