mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
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:
parent
05dfc539c2
commit
d74a58872c
1 changed files with 2 additions and 1 deletions
|
|
@ -77,8 +77,9 @@ Interpreter improvements:
|
||||||
New typing features:
|
New typing features:
|
||||||
|
|
||||||
* :pep:`604`, Allow writing union types as X | Y
|
* :pep:`604`, Allow writing union types as X | Y
|
||||||
* :pep:`613`, Explicit Type Aliases
|
|
||||||
* :pep:`612`, Parameter Specification Variables
|
* :pep:`612`, Parameter Specification Variables
|
||||||
|
* :pep:`613`, Explicit Type Aliases
|
||||||
|
* :pep:`647`, User-Defined Type Guards
|
||||||
|
|
||||||
Important deprecations, removals or restrictions:
|
Important deprecations, removals or restrictions:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue