PEP 619: Update the list of PEPs included in 3.10 (GH-1907)
This commit is contained in:
parent
50913ae2b3
commit
9fadf9cf0a
|
@ -83,7 +83,13 @@ Features for 3.10
|
|||
|
||||
Some of the notable features of Python 3.10 include:
|
||||
|
||||
* :pep:`604`, Allow writing union types as ``X | Y``
|
||||
* :pep:`612`, Parameter Specification Variables
|
||||
* :pep:`613`, Explicit Type Aliases
|
||||
* :pep:`618`, Add Optional Length-Checking To ``zip``
|
||||
* :pep:`626`, Precise line numbers for debugging and other tools
|
||||
* :pep:`634`, :pep:`635`, :pep:`636`, Structural Pattern Matching
|
||||
* :pep:`644`, Require OpenSSL 1.1.1 or newer
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue