PEP 596: Add PEPs implemented in Python 3.9.0b1 (#1417)

This commit is contained in:
Mikhail Golubev 2020-05-29 12:45:09 +03:00 committed by GitHub
parent e42154d2d3
commit 62e0bd85ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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