Update PEP list in 3.6 release PEP

The old list was a bit sparse, so I've updated it to cover
PEPs that are already implemented and accepted, and updated
the "Proposed" list to include a few more interesting PEPs
that seem likely to make the beta deadline.
This commit is contained in:
Nick Coghlan 2016-08-24 14:15:46 +10:00
parent f6d8653a77
commit f87f1209e0
1 changed files with 17 additions and 4 deletions

View File

@ -68,13 +68,26 @@ Release Schedule
Features for 3.6
================
Implemented changes for 3.6:
* PEP 487, Simpler customisation of class creation
* PEP 495, Local Time Disambiguation
* PEP 498, Literal String Formatting
* PEP 506, Adding A Secrets Module To The Standard Library
Accepted changes for 3.6:
* PEP 515, Underscores in Numeric Literals
* PEP 519, Adding a file system path protocol
* PEP 520, Preserving Class Attribute Definition Order
* PEP 524, Make os.urandom() blocking on Linux (during system startup)
Proposed changes for 3.6:
* PEP 447, Add __getdescriptor__ method to metaclass
* PEP 495, Local Time Disambiguation
* PEP 498, Literal String Formatting
* PEP 499, python -m foo should bind sys.modules['foo'] in addition
to sys.modules['__main__']
* PEP 523, Adding a frame evaluation API to CPython
* PEP 525, Asynchronous generators
* PEP 526, Syntax for Variable and Attribute Annotations
Copyright