Update list of PEPs as implemented in 3.6.0b1

This commit is contained in:
Ned Deily 2016-09-16 16:06:04 -04:00
parent 00d5884ed6
commit af6fab3d42
1 changed files with 23 additions and 31 deletions

View File

@ -47,17 +47,19 @@ Release Schedule
3.6.0 schedule 3.6.0 schedule
-------------- --------------
Actual:
- 3.6 development begins: 2015-05-24 - 3.6 development begins: 2015-05-24
- 3.6.0 alpha 1: 2016-05-17 - 3.6.0 alpha 1: 2016-05-17
- 3.6.0 alpha 2: 2016-06-13 - 3.6.0 alpha 2: 2016-06-13
- 3.6.0 alpha 3: 2016-07-11 - 3.6.0 alpha 3: 2016-07-11
- 3.6.0 alpha 4: 2016-08-15 - 3.6.0 alpha 4: 2016-08-15
- 3.6.0 beta 1: 2016-09-12
(No new features beyond this point.)
- 3.6.0 beta 1: 2016-09-12 (was 09-07) Expected:
(No new features beyond this point.) - 3.6.0 beta 2: 2016-10-03
- 3.6.0 beta 2: 2016-10-03
- 3.6.0 beta 3: 2016-10-31 - 3.6.0 beta 3: 2016-10-31
- 3.6.0 beta 4: 2016-11-21 - 3.6.0 beta 4: 2016-11-21
- 3.6.0 candidate 1: 2016-12-05 - 3.6.0 candidate 1: 2016-12-05
@ -68,34 +70,24 @@ Release Schedule
Features for 3.6 Features for 3.6
================ ================
Implemented changes for 3.6: Implemented changes for 3.6 (as of 3.6.0 beta 1):
* PEP 468, Preserving the order of \*\*kwargs in a function * :pep:`468`, Preserving Keyword Argument Order
* PEP 487, Simpler customisation of class creation * :pep:`487`, Simpler customisation of class creation
* PEP 495, Local Time Disambiguation * :pep:`495`, Local Time Disambiguation
* PEP 498, Literal String Formatting * :pep:`498`, Literal String Formatting
* PEP 506, Adding A Secrets Module To The Standard Library * :pep:`506`, Adding A Secrets Module To The Standard Library
* PEP 509, Add a private version to dict * :pep:`509`, Add a private version to dict
* PEP 519, Adding a file system path protocol * :pep:`515`, Underscores in Numeric Literals
* PEP 520, Preserving Class Attribute Definition Order * :pep:`519`, Adding a file system path protocol
* PEP 525, Asynchronous Generators (provisional) * :pep:`520`, Preserving Class Attribute Definition Order
* PEP 526, Syntax for Variable Annotations (provisional) * :pep:`523`, Adding a frame evaluation API to CPython
* PEP 530, Asynchronous Comprehensions * :pep:`524`, Make os.urandom() blocking on Linux (during system startup)
* :pep:`525`, Asynchronous Generators (provisional)
Accepted changes for 3.6: * :pep:`526`, Syntax for Variable Annotations (provisional)
* :pep:`528`, Change Windows console encoding to UTF-8 (provisional)
* PEP 515, Underscores in Numeric Literals * :pep:`529`, Change Windows filesystem encoding to UTF-8 (provisional)
* PEP 524, Make os.urandom() blocking on Linux (during system startup) * :pep:`530`, Asynchronous Comprehensions
* 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
Proposed changes for 3.6:
* PEP 447, Add __getdescriptor__ method to metaclass
Copyright Copyright