[Python-checkins] peps: Release schedule update for 3.3.

georg.brandl python-checkins at python.org
Sat Jun 23 08:55:29 CEST 2012


http://hg.python.org/peps/rev/2b207a5a4b23
changeset:   4476:2b207a5a4b23
user:        Georg Brandl <georg at python.org>
date:        Sat Jun 23 08:51:34 2012 +0200
summary:
  Release schedule update for 3.3.

files:
  pep-0398.txt |  16 ++++++++--------
  1 files changed, 8 insertions(+), 8 deletions(-)


diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -38,7 +38,7 @@
 - 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 @@
 
 * 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 @@
 * 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
 =========

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list