2014-09-22 20:17:13 -04:00
|
|
|
|
PEP: 478
|
|
|
|
|
Title: Python 3.5 Release Schedule
|
|
|
|
|
Version: $Revision$
|
|
|
|
|
Last-Modified: $Date$
|
|
|
|
|
Author: Larry Hastings <larry@hastings.org>
|
|
|
|
|
Status: Active
|
|
|
|
|
Type: Informational
|
|
|
|
|
Content-Type: text/x-rst
|
|
|
|
|
Created: 22-Sep-2014
|
|
|
|
|
Python-Version: 3.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This document describes the development and release schedule for
|
|
|
|
|
Python 3.5. 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 September 2015.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
2014-09-24 11:02:24 -04:00
|
|
|
|
- 3.5 Release Manager: Larry Hastings
|
2014-09-22 20:17:13 -04:00
|
|
|
|
- Windows installers: Martin v. Löwis
|
|
|
|
|
- Mac installers: Ned Deily / Ronald Oussoren
|
|
|
|
|
- Documentation: Georg Brandl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
The releases:
|
|
|
|
|
|
2014-09-24 11:02:24 -04:00
|
|
|
|
- 3.5.0 alpha 1: February 1, 2015
|
|
|
|
|
- 3.5.0 alpha 2: March 8, 2015
|
|
|
|
|
- 3.5.0 alpha 3: March 28, 2015
|
|
|
|
|
- 3.5.0 alpha 4: April 19, 2015
|
|
|
|
|
- 3.5.0 beta 1: May 24, 2015
|
|
|
|
|
- 3.5.0 beta 2: July 5, 2015
|
|
|
|
|
- 3.5.0 beta 3: July 26, 2015
|
|
|
|
|
- 3.5.0 candidate 1: August 9, 2015
|
|
|
|
|
- 3.5.0 candidate 2: August 23, 2015
|
|
|
|
|
- 3.5.0 candidate 3: September 6, 2015
|
|
|
|
|
- 3.5.0 final: September 13, 2015
|
2014-09-22 20:17:13 -04:00
|
|
|
|
|
|
|
|
|
(Beta 1 is also "feature freeze"--no new features beyond this point.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2014-09-24 11:02:24 -04:00
|
|
|
|
Features for 3.5
|
2014-09-22 20:17:13 -04:00
|
|
|
|
================
|
|
|
|
|
|
|
|
|
|
Proposed changes for 3.5:
|
|
|
|
|
|
|
|
|
|
* PEP 431, improved support for time zone databases
|
|
|
|
|
* PEP 441, improved Python zip application support
|
|
|
|
|
* PEP 447, support for __locallookup__ metaclass method
|
|
|
|
|
* PEP 448, additional unpacking generalizations
|
|
|
|
|
* PEP 455, key transforming dictionary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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:
|