diff --git a/pep-0619.rst b/pep-0619.rst index 9a45ac86978..225214abc2b 100644 --- a/pep-0619.rst +++ b/pep-0619.rst @@ -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