[Python-checkins] peps: Update planned changes.
georg.brandl
python-checkins at python.org
Sun Mar 27 09:47:46 CEST 2011
http://hg.python.org/peps/rev/5dceea0aaa49
changeset: 3853:5dceea0aaa49
user: Georg Brandl <georg at python.org>
date: Sun Mar 27 09:47:51 2011 +0200
summary:
Update planned changes.
files:
pep-0398.txt | 22 +++++++++++++---------
1 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/pep-0398.txt b/pep-0398.txt
--- a/pep-0398.txt
+++ b/pep-0398.txt
@@ -34,18 +34,18 @@
The current schedule is:
-- 3.3 alpha 1: March 3, 2012
-- 3.3 alpha 2: March 31, 2012
-- 3.3 alpha 3: April 28, 2012
-- 3.3 alpha 4: May 26, 2012
-- 3.3 beta 1: June 23, 2012
+- 3.3.0 alpha 1: March 3, 2012
+- 3.3.0 alpha 2: March 31, 2012
+- 3.3.0 alpha 3: April 28, 2012
+- 3.3.0 alpha 4: May 26, 2012
+- 3.3.0 beta 1: June 23, 2012
(No new features beyond this point.)
-- 3.3 beta 2: July 14, 2012
-- 3.3 candidate 1: July 28, 2012
-- 3.3 candidate 2: August 11, 2012
-- 3.3 final: August 18, 2012
+- 3.3.0 beta 2: July 14, 2012
+- 3.3.0 candidate 1: July 28, 2012
+- 3.3.0 candidate 2: August 11, 2012
+- 3.3.0 final: August 18, 2012
.. don't forget to update final date above as well
@@ -76,6 +76,10 @@
* Addition of the "packaging" module, replacing "distutils"
* Implementing ``__import__`` using importlib
* Email version 6
+* A standard event-loop interface (PEP by Jim Fulton pending)
+* Adding the faulthandler module.
+* Breaking out standard library and docs in separate repos?
+* A PEP on supplementing C modules with equivalent Python modules?
Copyright
--
Repository URL: http://hg.python.org/peps
More information about the Python-checkins
mailing list