Provisionally accept a bunch of PEPs. Add a new "provisionally accepted" section.
This commit is contained in:
parent
b5dc603c68
commit
4c503656df
11
pep-0494.txt
11
pep-0494.txt
|
@ -81,16 +81,19 @@ Accepted changes for 3.6:
|
||||||
* PEP 515, Underscores in Numeric Literals
|
* PEP 515, Underscores in Numeric Literals
|
||||||
* PEP 520, Preserving Class Attribute Definition Order
|
* PEP 520, Preserving Class Attribute Definition Order
|
||||||
* PEP 524, Make os.urandom() blocking on Linux (during system startup)
|
* 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 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
|
* PEP 530, Asynchronous Comprehensions
|
||||||
|
|
||||||
Proposed changes for 3.6:
|
Proposed changes for 3.6:
|
||||||
|
|
||||||
* PEP 447, Add __getdescriptor__ method to metaclass
|
* 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
|
Copyright
|
||||||
|
|
Loading…
Reference in New Issue