Provisionally accept a bunch of PEPs. Add a new "provisionally accepted" section.

This commit is contained in:
Guido van Rossum 2016-09-07 10:53:37 -07:00
parent b5dc603c68
commit 4c503656df
1 changed files with 7 additions and 4 deletions

View File

@ -81,16 +81,19 @@ Accepted changes for 3.6:
* PEP 515, Underscores in Numeric Literals
* PEP 520, Preserving Class Attribute Definition Order
* PEP 524, Make os.urandom() blocking on Linux (during system startup)
* PEP 523, Adding a frame evaluation API to CPython
Provisionally accepted changes for 3.6:
* PEP 525, Asynchronous Generators
* PEP 526, Syntax for Variable Annotations
* PEP 528, Change Windows console encoding to UTF-8
* PEP 529, Change Windows filesystem encoding to UTF-8
* PEP 530, Asynchronous Comprehensions
Proposed changes for 3.6:
* PEP 447, Add __getdescriptor__ method to metaclass
* PEP 523, Adding a frame evaluation API to CPython
* PEP 526, Syntax for Variable Annotations
* PEP 528, Change Windows console encoding to UTF-8
* PEP 529, Change Windows filesystem encoding to UTF-8
Copyright