whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)

Mention PEP 647 in the Release highlights section.

Also re-ordered the list so it matches the order in the details sections below.
This commit is contained in:
Yilei "Dolee" Yang 2022-11-29 12:30:58 -08:00 committed by GitHub
parent 05dfc539c2
commit d74a58872c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,8 +77,9 @@ Interpreter improvements:
New typing features:
* :pep:`604`, Allow writing union types as X | Y
* :pep:`613`, Explicit Type Aliases
* :pep:`612`, Parameter Specification Variables
* :pep:`613`, Explicit Type Aliases
* :pep:`647`, User-Defined Type Guards
Important deprecations, removals or restrictions: