This document describes the development and release schedule for Python 3.1.
The schedule primarily concerns itself with PEP-sized items. Small features may
be added up to and including the first beta release. Bugs may be fixed until
the final release.
| Position |
Name |
| 3.1 Release Manager |
Benjamin Peterson |
| Windows installers |
Martin v. Loewis |
| Mac installers |
Ronald Oussoren |
- 3.1a1 March 7, 2009
- 3.1a2 April 4, 2009
- 3.1b1 May 6, 2009
- 3.1rc1 May 30, 2009
- 3.1rc2 June 13, 2009
- 3.1 final June 27, 2009
- importlib
- io in C
- Update simplejson to the latest external version .
- Ordered dictionary for collections .
- auto-numbered replacement fields in str.format() strings
- Nested with-statements in one with statement
This document has been placed in the public domain.