2012-10-17 10:44:24 -04:00
|
|
|
|
PEP: 429
|
|
|
|
|
Title: Python 3.4 Release Schedule
|
|
|
|
|
Version: $Revision$
|
|
|
|
|
Last-Modified: $Date$
|
|
|
|
|
Author: Larry Hastings <larry@hastings.org>
|
|
|
|
|
Status: Active
|
|
|
|
|
Type: Informational
|
|
|
|
|
Content-Type: text/x-rst
|
|
|
|
|
Created: 17-Oct-2012
|
|
|
|
|
Python-Version: 3.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This document describes the development and release schedule for
|
|
|
|
|
Python 3.4. The schedule primarily concerns itself with PEP-sized
|
|
|
|
|
items.
|
|
|
|
|
|
|
|
|
|
.. Small features may be added up to the first beta
|
|
|
|
|
release. Bugs may be fixed until the final release,
|
|
|
|
|
which is planned for February 2014.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
|
|
|
|
- 3.4 Release Manager: Larry Hastings
|
|
|
|
|
- Windows installers: Martin v. Löwis
|
2012-10-18 03:31:44 -04:00
|
|
|
|
- Mac installers: Ned Deily / Ronald Oussoren
|
2012-10-17 10:44:24 -04:00
|
|
|
|
- Documentation: Georg Brandl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
The releases so far:
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
- 3.4.0 alpha 1: August 3, 2013
|
2013-09-21 05:40:20 -04:00
|
|
|
|
- 3.4.0 alpha 2: September 9, 2013
|
2013-08-04 02:52:51 -04:00
|
|
|
|
|
2013-09-21 05:40:20 -04:00
|
|
|
|
The anticipated schedule for future releases:
|
2013-08-04 02:52:51 -04:00
|
|
|
|
|
|
|
|
|
- 3.4.0 alpha 3: September 29, 2013
|
|
|
|
|
- 3.4.0 alpha 4: October 20, 2013
|
|
|
|
|
- 3.4.0 beta 1: November 24, 2013
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
(Beta 1 is also "feature freeze"--no new features beyond this point.)
|
|
|
|
|
|
2013-09-21 05:40:20 -04:00
|
|
|
|
- 3.4.0 beta 2: January 5, 2014
|
2013-08-04 02:52:51 -04:00
|
|
|
|
- 3.4.0 candidate 1: January 19, 2014
|
|
|
|
|
- 3.4.0 candidate 2: February 2, 2014
|
|
|
|
|
- 3.4.0 final: February 23, 2014
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
.. don't forget to update final date above as well
|
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
These are the days we expect to release the software;
|
|
|
|
|
Python core developers should note that the revision
|
|
|
|
|
used for the release will generally be "tagged" the day
|
|
|
|
|
before. However the actual availability of the release
|
|
|
|
|
for download on python.org depends on the schedules of
|
2013-09-25 03:07:47 -04:00
|
|
|
|
the crew and the existence of any release-blocking issues.
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features for 3.4
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
Implemented / Final PEPs:
|
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 435, a standardized "enum" module
|
|
|
|
|
* PEP 442, improved semantics for object finalization
|
|
|
|
|
* PEP 443, adding single-dispatch generic functions to the standard library
|
|
|
|
|
* PEP 445, a new C API for implementing custom memory allocators
|
2013-09-15 02:30:43 -04:00
|
|
|
|
* PEP 446, make newly created file descriptors not inherited by default
|
2013-09-18 03:31:31 -04:00
|
|
|
|
* PEP 450, basic statistics module for the standard library
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
Other final large-scale changes:
|
|
|
|
|
|
|
|
|
|
* None so far
|
|
|
|
|
|
|
|
|
|
Candidate PEPs:
|
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 431, improved support for time zone databases
|
|
|
|
|
* PEP 436, a build-time preprocessor for builtin argument parsing
|
2013-09-15 02:30:43 -04:00
|
|
|
|
* PEP 441, improved Python zip application support
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 447, support for __locallookup__ metaclass method
|
|
|
|
|
* PEP 448, additional unpacking generalizations
|
2013-09-15 02:30:43 -04:00
|
|
|
|
* PEP 451, making custom import hooks easier to implement correctly
|
|
|
|
|
* PEP 453, pip bootstrapping/bundling with CPython
|
|
|
|
|
* PEP 454, PEP 445 based malloc tracing support
|
|
|
|
|
* PEP 455, key transforming dictionary
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 3154, Pickle protocol revision 4
|
2013-09-15 02:30:43 -04:00
|
|
|
|
* PEP 3156, improved asynchronous IO support
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
Other proposed large-scale changes:
|
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* Introspection information for builtins
|
2012-10-17 10:44:24 -04:00
|
|
|
|
* Addition of the "regex" module
|
|
|
|
|
* Email version 6
|
|
|
|
|
|
|
|
|
|
Deferred to post-3.4:
|
|
|
|
|
|
|
|
|
|
* None so far
|
|
|
|
|
|
|
|
|
|
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:
|