Accept PEP 509.

This commit is contained in:
Guido van Rossum 2016-09-07 16:25:14 -07:00
parent 722ccda54a
commit e6a278e85a
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ Implemented changes for 3.6:
Accepted changes for 3.6:
* PEP 509, Add a private version to dict
* PEP 515, Underscores in Numeric Literals
* PEP 520, Preserving Class Attribute Definition Order
* PEP 524, Make os.urandom() blocking on Linux (during system startup)