2015-05-30 17:11:48 -04:00
|
|
|
|
PEP: 494
|
|
|
|
|
Title: Python 3.6 Release Schedule
|
|
|
|
|
Version: $Revision$
|
|
|
|
|
Last-Modified: $Date$
|
2016-04-25 20:13:27 -04:00
|
|
|
|
Author: Ned Deily <nad@python.org>
|
2015-05-30 17:11:48 -04:00
|
|
|
|
Status: Active
|
|
|
|
|
Type: Informational
|
|
|
|
|
Content-Type: text/x-rst
|
|
|
|
|
Created: 30-May-2015
|
|
|
|
|
Python-Version: 3.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Abstract
|
|
|
|
|
========
|
|
|
|
|
|
|
|
|
|
This document describes the development and release schedule for
|
|
|
|
|
Python 3.6. 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,
|
2015-10-01 22:21:48 -04:00
|
|
|
|
which is planned for December 2016.
|
2015-05-30 17:11:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release Manager and Crew
|
|
|
|
|
========================
|
|
|
|
|
|
|
|
|
|
- 3.6 Release Manager: Ned Deily
|
|
|
|
|
- Windows installers: Steve Dower
|
|
|
|
|
- Mac installers: Ned Deily
|
|
|
|
|
- Documentation: Georg Brandl
|
|
|
|
|
|
|
|
|
|
|
2015-10-01 22:21:48 -04:00
|
|
|
|
3.6 Lifespan
|
|
|
|
|
============
|
|
|
|
|
|
|
|
|
|
3.6 will receive bugfix updates approximately every 3-6 months for
|
|
|
|
|
approximately 18 months. After the release of 3.7.0 final, a final
|
|
|
|
|
3.6 bugfix update will be released. After that, it is expected that
|
|
|
|
|
security updates (source only) will be released until 5 years after
|
|
|
|
|
the release of 3.6 final, so until approximately December 2021.
|
|
|
|
|
|
|
|
|
|
|
2015-05-30 17:11:48 -04:00
|
|
|
|
Release Schedule
|
|
|
|
|
================
|
|
|
|
|
|
2015-10-01 22:21:48 -04:00
|
|
|
|
3.6.0 schedule
|
|
|
|
|
--------------
|
|
|
|
|
|
|
|
|
|
- 3.6 development begins: 2015-05-24
|
2016-05-17 17:22:05 -04:00
|
|
|
|
- 3.6.0 alpha 1: 2016-05-17
|
|
|
|
|
- 3.6.0 alpha 2: 2016-06-13
|
|
|
|
|
- 3.6.0 alpha 3: 2016-07-11
|
2016-08-15 23:14:53 -04:00
|
|
|
|
- 3.6.0 alpha 4: 2016-08-15
|
|
|
|
|
|
2016-07-08 20:59:58 -04:00
|
|
|
|
- 3.6.0 beta 1: 2016-09-12 (was 09-07)
|
2015-05-30 17:11:48 -04:00
|
|
|
|
|
2015-10-01 22:21:48 -04:00
|
|
|
|
(No new features beyond this point.)
|
2015-05-30 17:11:48 -04:00
|
|
|
|
|
2016-05-17 17:22:05 -04:00
|
|
|
|
- 3.6.0 beta 2: 2016-10-03
|
|
|
|
|
- 3.6.0 beta 3: 2016-10-31
|
|
|
|
|
- 3.6.0 beta 4: 2016-11-21
|
|
|
|
|
- 3.6.0 candidate 1: 2016-12-05
|
|
|
|
|
- 3.6.0 candidate 2 (if needed): 2016-12-12
|
2015-10-01 22:21:48 -04:00
|
|
|
|
- 3.6.0 final: 2016-12-16
|
2015-05-30 17:11:48 -04:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Features for 3.6
|
|
|
|
|
================
|
|
|
|
|
|
2016-08-24 00:15:46 -04:00
|
|
|
|
Implemented changes for 3.6:
|
2015-05-30 17:11:48 -04:00
|
|
|
|
|
2016-09-08 18:19:27 -04:00
|
|
|
|
* PEP 468, Preserving the order of \*\*kwargs in a function
|
2016-08-24 00:15:46 -04:00
|
|
|
|
* PEP 487, Simpler customisation of class creation
|
2016-03-19 17:06:35 -04:00
|
|
|
|
* PEP 495, Local Time Disambiguation
|
2015-08-10 14:51:51 -04:00
|
|
|
|
* PEP 498, Literal String Formatting
|
2016-08-24 00:15:46 -04:00
|
|
|
|
* PEP 506, Adding A Secrets Module To The Standard Library
|
2016-09-08 18:19:27 -04:00
|
|
|
|
* PEP 509, Add a private version to dict
|
2016-09-08 18:37:44 -04:00
|
|
|
|
* PEP 519, Adding a file system path protocol
|
|
|
|
|
* PEP 520, Preserving Class Attribute Definition Order
|
2016-09-09 01:06:34 -04:00
|
|
|
|
* PEP 525, Asynchronous Generators (provisional)
|
|
|
|
|
* PEP 526, Syntax for Variable Annotations (provisional)
|
2016-08-24 00:15:46 -04:00
|
|
|
|
|
|
|
|
|
Accepted changes for 3.6:
|
|
|
|
|
|
|
|
|
|
* PEP 515, Underscores in Numeric Literals
|
|
|
|
|
* PEP 524, Make os.urandom() blocking on Linux (during system startup)
|
2016-09-07 13:53:37 -04:00
|
|
|
|
* PEP 523, Adding a frame evaluation API to CPython
|
|
|
|
|
|
|
|
|
|
Provisionally accepted changes for 3.6:
|
|
|
|
|
|
|
|
|
|
* PEP 528, Change Windows console encoding to UTF-8
|
|
|
|
|
* PEP 529, Change Windows filesystem encoding to UTF-8
|
2016-09-07 12:49:57 -04:00
|
|
|
|
* PEP 530, Asynchronous Comprehensions
|
2016-08-24 00:15:46 -04:00
|
|
|
|
|
|
|
|
|
Proposed changes for 3.6:
|
|
|
|
|
|
|
|
|
|
* PEP 447, Add __getdescriptor__ method to metaclass
|
2015-08-10 14:51:51 -04:00
|
|
|
|
|
2015-05-30 17:11:48 -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:
|