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-25 00:13:07 -04:00
|
|
|
|
- Windows installers: Steve Dower
|
2015-01-12 04:58:52 -05:00
|
|
|
|
- Mac installers: Ned Deily
|
2014-09-22 20:17:13 -04:00
|
|
|
|
- Documentation: Georg Brandl
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
2015-08-10 20:18:01 -04:00
|
|
|
|
The releases so far:
|
2014-09-22 20:17:13 -04:00
|
|
|
|
|
2015-01-14 23:04:57 -05:00
|
|
|
|
- 3.5.0 alpha 1: February 8, 2015
|
2015-03-09 05:43:35 -04:00
|
|
|
|
- 3.5.0 alpha 2: March 9, 2015
|
2015-03-14 22:45:22 -04:00
|
|
|
|
- 3.5.0 alpha 3: March 29, 2015
|
2014-09-24 11:02:24 -04:00
|
|
|
|
- 3.5.0 alpha 4: April 19, 2015
|
|
|
|
|
- 3.5.0 beta 1: May 24, 2015
|
2015-08-10 20:18:01 -04:00
|
|
|
|
(Beta 1 is also "feature freeze"--no new features beyond this point.)
|
2015-05-29 02:21:18 -04:00
|
|
|
|
- 3.5.0 beta 2: May 31, 2015
|
|
|
|
|
- 3.5.0 beta 3: July 5, 2015
|
|
|
|
|
- 3.5.0 beta 4: July 26, 2015
|
2015-08-10 20:18:01 -04:00
|
|
|
|
- 3.5.0 release candidate 1: August 10, 2015
|
2015-09-07 21:39:54 -04:00
|
|
|
|
- 3.5.0 release candidate 2: August 25, 2015
|
|
|
|
|
- 3.5.0 release candidate 3: September 7, 2015
|
2015-11-04 23:10:34 -05:00
|
|
|
|
- 3.5.0 final: September 13, 2015
|
2015-11-23 02:37:42 -05:00
|
|
|
|
- 3.5.1 release candidate 1: November 22, 2015
|
2015-12-07 01:19:52 -05:00
|
|
|
|
- 3.5.1 final: December 6, 2015
|
2016-06-26 23:07:15 -04:00
|
|
|
|
- 3.5.2 release candidate 1: Sunday, June 12, 2016
|
|
|
|
|
- 3.5.2 final: Sunday, June 26, 2016
|
2017-01-02 21:43:10 -05:00
|
|
|
|
- 3.5.3 candidate 1: January 2, 2017
|
2014-09-22 20:17:13 -04:00
|
|
|
|
|
2017-01-02 21:43:10 -05:00
|
|
|
|
Planned future releases:
|
2016-12-08 18:10:58 -05:00
|
|
|
|
|
|
|
|
|
- 3.5.3 final: January 16, 2017
|
2014-09-22 20:17:13 -04:00
|
|
|
|
|
2016-06-26 23:07:15 -04:00
|
|
|
|
|
2014-09-22 20:17:13 -04:00
|
|
|
|
|
2014-09-24 11:02:24 -04:00
|
|
|
|
Features for 3.5
|
2014-09-22 20:17:13 -04:00
|
|
|
|
================
|
|
|
|
|
|
2015-05-09 12:07:27 -04:00
|
|
|
|
* PEP 441, improved Python zip application support
|
|
|
|
|
* PEP 448, additional unpacking generalizations
|
2015-08-10 20:18:01 -04:00
|
|
|
|
* PEP 461, "%-formatting" for bytes and bytearray objects
|
|
|
|
|
* PEP 465, a new operator ("@") for matrix multiplication
|
|
|
|
|
* PEP 471, os.scandir(), a fast new directory traversal function
|
|
|
|
|
* PEP 475, adding support for automatic retries of interrupted system calls
|
|
|
|
|
* PEP 479, change StopIteration handling inside generators
|
|
|
|
|
* PEP 484, the typing module, a new standard for type annotations
|
2015-03-04 13:52:44 -05:00
|
|
|
|
* PEP 485, math.isclose(), a function for testing approximate equality
|
2015-09-13 01:51:13 -04:00
|
|
|
|
* PEP 486, making the Windows Python launcher aware of virtual environments
|
2015-08-10 20:18:01 -04:00
|
|
|
|
* PEP 488, eliminating .pyo files
|
|
|
|
|
* PEP 489, a new and improved mechanism for loading extension modules
|
|
|
|
|
* PEP 492, coroutines with async and await syntax
|
2014-09-22 20:17:13 -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:
|