python-peps/pep-0375.txt

102 lines
2.0 KiB
Plaintext
Raw Normal View History

2009-02-08 18:04:44 -05:00
PEP: 375
Title: Python 3.1 Release Schedule
Version: $Revision$
Last-Modified: $Date$
Author: Benjamin Peterson <benjamin@python.org>
Status: Final
Type: Informational
Topic: Release
2009-02-08 18:04:44 -05:00
Content-Type: text/x-rst
Created: 08-Feb-2009
2009-02-08 18:04:44 -05:00
Python-Version: 3.1
Abstract
========
2009-02-17 09:28:17 -05:00
This document describes the development and release schedule for Python 3.1.
2009-02-08 18:04:44 -05:00
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.
Release Manager and Crew
========================
=================== ==================
Position Name
=================== ==================
2009-02-17 09:28:17 -05:00
3.1 Release Manager Benjamin Peterson
2009-02-08 18:04:44 -05:00
Windows installers Martin v. Loewis
Mac installers Ronald Oussoren
=================== ==================
Release Schedule
================
2009-02-14 15:39:53 -05:00
- 3.1a1 March 7, 2009
- 3.1a2 April 4, 2009
2009-04-30 17:27:17 -04:00
- 3.1b1 May 6, 2009
- 3.1rc1 May 30, 2009
- 3.1rc2 June 13, 2009
- 3.1 final June 27, 2009
2009-02-08 18:04:44 -05:00
2012-10-01 13:50:52 -04:00
Maintenance Releases
====================
2014-10-15 18:18:02 -04:00
3.1 is no longer maintained. 3.1 received security fixes until June
2012.
2012-10-01 13:50:52 -04:00
Previous maintenance releases are:
- v3.1.1rc1 2009-08-13
- v3.1.1 2009-08-16
- v3.1.2rc1 2010-03-06
- v3.1.2 2010-03-20
- v3.1.3rc1 2010-11-13
- v3.1.3 2010-11-27
- v3.1.4rc1 2011-05-29
- v3.1.4 2011-06-11
- v3.1.5rc1 2012-02-23
- v3.1.5rc2 2012-03-15
- v3.1.5 2012-04-06
2009-02-08 18:04:44 -05:00
Features for 3.1
================
- importlib
2009-02-14 15:34:46 -05:00
- io in C
2009-02-27 16:52:57 -05:00
- Update simplejson to the latest external version [#simplejson]_.
- Ordered dictionary for collections (:pep:`372`).
2009-03-09 16:21:16 -04:00
- auto-numbered replacement fields in str.format() strings [#strformat]_
2009-04-29 03:01:55 -04:00
- Nested with-statements in one with statement
2009-02-08 18:04:44 -05:00
2009-02-27 16:52:57 -05:00
Footnotes
=========
.. [#simplejson]
http://bugs.python.org/issue4136
2009-02-08 18:04:44 -05:00
2009-03-09 16:21:16 -04:00
.. [#strformat]
http://bugs.python.org/issue5237
2009-02-08 18:04:44 -05:00
Copyright
=========
This document has been placed in the public domain.
..
Local Variables:
mode: indented-text
indent-tabs-mode: nil
sentence-end-double-space: t
fill-column: 70
coding: utf-8
End: