summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorKen Jin <kenjin4096@gmail.com>2022-03-09 11:31:56 (GMT)
committerGitHub <noreply@github.com>2022-03-09 11:31:56 (GMT)
commit5eb03b1b5124659ee63eac7bc03f76cf2c7f9439 (patch)
tree698bbb5476a06d2a2e79805cc84aae5cb0f022cd /Doc
parentd1777515f9f53b452a4231d68196a7c0e5deb879 (diff)
downloadcpython-5eb03b1b5124659ee63eac7bc03f76cf2c7f9439.zip
cpython-5eb03b1b5124659ee63eac7bc03f76cf2c7f9439.tar.gz
cpython-5eb03b1b5124659ee63eac7bc03f76cf2c7f9439.tar.bz2
Fix 3.11 what's new formatting (GH-31763)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.11.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 262c1eb..d9e5d06 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -65,10 +65,15 @@ Summary -- Release highlights
.. PEP-sized items next.
-PEP-654: Exception Groups and ``except*``.
-(Contributed by Irit Katriel in :issue:`45292`.)
-PEP-673: ``Self`` Type.
-(Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.)
+New syntax features:
+
+* :pep:`654`: Exception Groups and ``except*``.
+ (Contributed by Irit Katriel in :issue:`45292`.)
+
+New typing features:
+
+* :pep:`673`: ``Self`` Type.
+ (Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.)
New Features
============