Skip to content

Commit d74a588

Browse files
authored
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.
1 parent 05dfc53 commit d74a588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/whatsnew/3.10.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Interpreter improvements:
7777
New typing features:
7878

7979
* :pep:`604`, Allow writing union types as X | Y
80-
* :pep:`613`, Explicit Type Aliases
8180
* :pep:`612`, Parameter Specification Variables
81+
* :pep:`613`, Explicit Type Aliases
82+
* :pep:`647`, User-Defined Type Guards
8283

8384
Important deprecations, removals or restrictions:
8485

0 commit comments

Comments
 (0)