Skip to content

Commit fbe3881

Browse files
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853)
Mention PEP 647 in the Release highlights section. Also re-ordered the list so it matches the order in the details sections below. (cherry picked from commit d74a588) Co-authored-by: Yilei "Dolee" Yang <yileiyang@google.com>
1 parent 2e9ea7b commit fbe3881

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)