diff --git a/pep-0494.txt b/pep-0494.txt index 41ba5940e..f08101022 100644 --- a/pep-0494.txt +++ b/pep-0494.txt @@ -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