From 3668a9229b4e238fbd5b314bb817b61335af9c91 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 23 Jun 2012 08:51:34 +0200 Subject: [PATCH] Release schedule update for 3.3. --- pep-0398.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pep-0398.txt b/pep-0398.txt index fc1310811..b35780aad 100644 --- a/pep-0398.txt +++ b/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 =========