]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)
authorYilei "Dolee" Yang <yileiyang@google.com>
Tue, 29 Nov 2022 20:30:58 +0000 (12:30 -0800)
committerGitHub <noreply@github.com>
Tue, 29 Nov 2022 20:30:58 +0000 (20:30 +0000)
Mention PEP 647 in the Release highlights section.

Also re-ordered the list so it matches the order in the details sections below.

Doc/whatsnew/3.10.rst

index 2389b1a63b1ca2bb01818c3d3b245e61a0a0ecc3..1c21caf355f0822c2a6679cb62cdb9feabf18a51 100644 (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: