PEP 596: Add PEPs implemented in Python 3.9.0b1 (#1417)
This commit is contained in:
parent
e42154d2d3
commit
62e0bd85ba
10
pep-0596.rst
10
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
|
||||
|
|
Loading…
Reference in New Issue