PEP 468, 509 are implemented.

This commit is contained in:
Guido van Rossum 2016-09-08 15:19:27 -07:00
parent c777ef8f75
commit 23a4fbca5b
1 changed files with 2 additions and 1 deletions

View File

@ -70,15 +70,16 @@ Features for 3.6
Implemented changes for 3.6:
* PEP 468, Preserving the order of \*\*kwargs in a function
* 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
* PEP 519, Adding a file system path protocol
* PEP 509, Add a private version to dict
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)