From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 29 Nov 2022 20:39:16 +0000 (-0800) Subject: whatsnew-3.10: Mention PEP 647 in the Release highlights section. (GH-99853) X-Git-Tag: v3.10.9~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90572963175ddc7188e02f8c5f9b911aa060a58b;p=thirdparty%2FPython%2Fcpython.git 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 d74a58872c243bc766055d42f8280721629e3c82) Co-authored-by: Yilei "Dolee" Yang --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index ae5fe3f85dbe..ab93491c3e63 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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: