From d248f75a24642a501e5f63f36302e6b6624209c4 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Tue, 17 Oct 2017 01:42:17 -0400 Subject: [PATCH] Add PEPs implemented in 370a2 --- pep-0537.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pep-0537.txt b/pep-0537.txt index 05040f41e..c533c2927 100644 --- a/pep-0537.txt +++ b/pep-0537.txt @@ -54,7 +54,7 @@ Actual: Expected (preliminary): -- 3.7.0 alpha 2: 2017-10-16 +- 3.7.0 alpha 2: 2017-10-17 - 3.7.0 alpha 3: 2017-11-13 - 3.7.0 alpha 4: 2017-12-18 - 3.7.0 beta 1: 2018-01-29 @@ -70,10 +70,11 @@ Expected (preliminary): Features for 3.7 ================ -Implemented changes for 3.7 (as of 3.7.0 alpha 1): +Implemented changes for 3.7 (as of 3.7.0 alpha 2): * :pep:`538`, Coercing the legacy C locale to a UTF-8 based locale - +* :pep:`539`, A New C-API for Thread-Local Storage in CPython +* :pep:`553`, Built-in breakpoint() Copyright =========