]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix 3.11 what's new formatting (GH-31763)
authorKen Jin <kenjin4096@gmail.com>
Wed, 9 Mar 2022 11:31:56 +0000 (19:31 +0800)
committerGitHub <noreply@github.com>
Wed, 9 Mar 2022 11:31:56 +0000 (19:31 +0800)
Doc/whatsnew/3.11.rst

index 262c1eb2c9dabafe74cdcf0a065f7642721d62be..d9e5d0646836fbe087ccafe67f931aa9ec1e7452 100644 (file)
@@ -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
 ============