From 62e0bd85baba764f7d4db9f9e45ecc7421253b24 Mon Sep 17 00:00:00 2001 From: Mikhail Golubev Date: Fri, 29 May 2020 12:45:09 +0300 Subject: [PATCH] PEP 596: Add PEPs implemented in Python 3.9.0b1 (#1417) --- pep-0596.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pep-0596.rst b/pep-0596.rst index 56b87251e..9583087a4 100644 --- a/pep-0596.rst +++ b/pep-0596.rst @@ -79,7 +79,15 @@ the release of 3.9 final, so until approximately October 2025. Features for 3.9 ================ -Nothing yet, go write a PEP! +Implemented PEPs for 3.9 (as of 3.9.0 beta 1): + +* :pep:`584`, Add Union Operators To dict +* :pep:`585`, Type Hinting Generics In Standard Collections +* :pep:`593`, Flexible function and variable annotations +* :pep:`614`, Relaxing Grammar Restrictions On Decorators +* :pep:`615`, Support for the IANA Time Zone Database in the Standard Library +* :pep:`616`, String methods to remove prefixes and suffixes +* :pep:`617`, New PEG parser for CPython Copyright