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,
|
2014-01-14 18:10:09 -05:00
|
|
|
|
which is planned for March 2014.
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
================
|
|
|
|
|
|
2014-03-17 13:30:52 -04:00
|
|
|
|
The releases:
|
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-09-29 20:15:30 -04:00
|
|
|
|
- 3.4.0 alpha 3: September 29, 2013
|
2013-10-22 14:22:05 -04:00
|
|
|
|
- 3.4.0 alpha 4: October 20, 2013
|
2013-08-04 02:52:51 -04:00
|
|
|
|
- 3.4.0 beta 1: November 24, 2013
|
2014-01-06 10:27:11 -05:00
|
|
|
|
- 3.4.0 beta 2: January 5, 2014
|
2014-02-11 03:17:27 -05:00
|
|
|
|
- 3.4.0 beta 3: January 26, 2014
|
|
|
|
|
- 3.4.0 candidate 1: February 10, 2014
|
2014-03-04 21:47:44 -05:00
|
|
|
|
- 3.4.0 candidate 2: February 23, 2014
|
|
|
|
|
- 3.4.0 candidate 3: March 9, 2014
|
2014-01-14 18:15:32 -05:00
|
|
|
|
- 3.4.0 final: March 16, 2014
|
2014-01-12 19:54:19 -05:00
|
|
|
|
|
2014-03-17 13:30:52 -04:00
|
|
|
|
(Beta 1 was also "feature freeze"--no new features beyond this point.)
|
2014-01-14 18:10:09 -05:00
|
|
|
|
|
2014-09-07 08:41:05 -04:00
|
|
|
|
3.4.1 schedule
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
- 3.4.1 candidate 1: May 5, 2013
|
|
|
|
|
- 3.4.1 final: May 18, 2013
|
|
|
|
|
|
|
|
|
|
3.4.2 schedule
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
- 3.4.2 candidate 1: May 5, 2013
|
|
|
|
|
- 3.4.2 final: May 18, 2013
|
|
|
|
|
|
2014-01-14 18:10:09 -05:00
|
|
|
|
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
|
|
|
|
Features for 3.4
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
Implemented / Final PEPs:
|
|
|
|
|
|
2013-11-24 17:21:08 -05:00
|
|
|
|
* PEP 428, a "pathlib" module providing object-oriented filesystem paths
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 435, a standardized "enum" module
|
2014-01-15 02:37:00 -05:00
|
|
|
|
* PEP 436, a build enhancement that will help generate introspection information for builtins
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* 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
|
2014-01-15 02:37:00 -05:00
|
|
|
|
* PEP 446, changing file descriptors to not be inherited by default in subprocesses
|
2013-11-24 17:21:08 -05:00
|
|
|
|
* PEP 450, a new "statistics" module
|
|
|
|
|
* PEP 451, standardizing module metadata for Python's module import system
|
|
|
|
|
* PEP 453, a bundled installer for the *pip* package manager
|
|
|
|
|
* PEP 454, a new "tracemalloc" module for tracing Python memory allocations
|
|
|
|
|
* PEP 456, a new hash algorithm for Python strings and binary data
|
|
|
|
|
* PEP 3154, a new and improved protocol for pickled objects
|
|
|
|
|
* PEP 3156, a new "asyncio" module, a new framework for asynchronous I/O
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
2013-11-24 17:21:08 -05:00
|
|
|
|
Deferred to post-3.4:
|
2012-10-17 10:44:24 -04:00
|
|
|
|
|
2013-08-04 02:52:51 -04:00
|
|
|
|
* PEP 431, improved support for time zone databases
|
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 455, key transforming dictionary
|
2012-10-17 10:44:24 -04: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:
|