aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-11-29 12:41:05 -0800
committerGitHub <noreply@github.com>2022-11-29 12:41:05 -0800
commitfbe388162b5794f93f2cb9100cb430e440b2891f (patch)
treeea6b6653fb39d79eb4f02e2d8eac70a32e73606a
parentgh-90717: Update the documentation for the altchars paremeter in base64 libra... (diff)
downloadcpython-fbe388162b5794f93f2cb9100cb430e440b2891f.tar.gz
cpython-fbe388162b5794f93f2cb9100cb430e440b2891f.tar.bz2
cpython-fbe388162b5794f93f2cb9100cb430e440b2891f.zip
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 <yileiyang@google.com>
-rw-r--r--Doc/whatsnew/3.10.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index 549fdda3aa..d0b436664a 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: