Update planned changes.

This commit is contained in:
Georg Brandl 2011-03-27 09:47:51 +02:00
parent 26d94d133f
commit 32da320e75
1 changed files with 13 additions and 9 deletions

View File

@ -34,18 +34,18 @@ Release Schedule
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 @@ Other planned large-scale changes:
* 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