From 23a4fbca5b9bc2c35dbf87d2bad56583dd40996f Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Sep 2016 15:19:27 -0700 Subject: [PATCH] PEP 468, 509 are implemented. --- pep-0494.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0494.txt b/pep-0494.txt index 3001353ae..80a0c5e87 100644 --- a/pep-0494.txt +++ b/pep-0494.txt @@ -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)