diff options
author | Yilei "Dolee" Yang <yileiyang@google.com> | 2022-11-29 20:30:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 20:30:58 (GMT) |
commit | d74a58872c243bc766055d42f8280721629e3c82 (patch) | |
tree | 1eda6c7bee0c10cd96c2a846442da16043e4f286 /Doc/whatsnew | |
parent | 05dfc539c2de34021e44f621f2b7b993682ee200 (diff) | |
download | cpython-d74a58872c243bc766055d42f8280721629e3c82.zip cpython-d74a58872c243bc766055d42f8280721629e3c82.tar.gz cpython-d74a58872c243bc766055d42f8280721629e3c82.tar.bz2 |
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.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index 2389b1a..1c21caf 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: |