Release schedule update for 3.3.
This commit is contained in:
parent
b7f57451dc
commit
3668a9229b
16
pep-0398.txt
16
pep-0398.txt
|
@ -38,7 +38,7 @@ The current schedule is:
|
|||
- 3.3.0 alpha 2: April 1, 2012
|
||||
- 3.3.0 alpha 3: May 1, 2012
|
||||
- 3.3.0 alpha 4: May 26, 2012
|
||||
- 3.3.0 beta 1: June 23, 2012
|
||||
- 3.3.0 beta 1: June 26, 2012
|
||||
|
||||
(No new features beyond this point.)
|
||||
|
||||
|
@ -61,6 +61,7 @@ Implemented / Final PEPs:
|
|||
|
||||
* PEP 380: Syntax for Delegating to a Subgenerator
|
||||
* PEP 393: Flexible String Representation
|
||||
* PEP 397: Python launcher for Windows
|
||||
* PEP 399: Pure Python/C Accelerator Module Compatibility Requirements
|
||||
* PEP 405: Python Virtual Environments
|
||||
* PEP 409: Suppressing exception context
|
||||
|
@ -83,29 +84,28 @@ Other final large-scale changes:
|
|||
* Addition of the "lzma" module, and lzma/xz support in tarfile
|
||||
* Implementing ``__import__`` using importlib
|
||||
* Addition of the C decimal implementation
|
||||
* Switch of Windows build toolchain to VS 2010
|
||||
|
||||
Candidate PEPs:
|
||||
|
||||
* PEP 362: Function Signature Object
|
||||
* PEP 397: Python launcher for Windows
|
||||
* PEP 3154: Pickle protocol version 4
|
||||
|
||||
(Note that these are not accepted yet and even if they are, they might
|
||||
not be finished in time for Python 3.3.)
|
||||
|
||||
Other planned large-scale changes:
|
||||
|
||||
* Addition of the "regex" module
|
||||
* Email version 6
|
||||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
* Switch of Windows build toolchain to VS 2010 or 2012 (depending on
|
||||
availability and platform support)
|
||||
* None
|
||||
|
||||
Deferred to post-3.3:
|
||||
|
||||
* PEP 395: Qualified Names for Modules
|
||||
* PEP 3143: Standard daemon process library
|
||||
* PEP 3154: Pickle protocol version 4
|
||||
* Breaking out standard library and docs in separate repos
|
||||
* Addition of the "regex" module
|
||||
* Email version 6
|
||||
* A standard event-loop interface (PEP by Jim Fulton pending)
|
||||
|
||||
Copyright
|
||||
=========
|
||||
|
|
Loading…
Reference in New Issue