From e6a278e85a0994f323b6c4c794d0bc0047ee6658 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 7 Sep 2016 16:25:14 -0700 Subject: [PATCH] Accept PEP 509. --- pep-0494.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-0494.txt b/pep-0494.txt index f08101022..3001353ae 100644 --- a/pep-0494.txt +++ b/pep-0494.txt @@ -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)