From 5eb03b1b5124659ee63eac7bc03f76cf2c7f9439 Mon Sep 17 00:00:00 2001 From: Ken Jin Date: Wed, 9 Mar 2022 19:31:56 +0800 Subject: [PATCH] Fix 3.11 what's new formatting (GH-31763) --- Doc/whatsnew/3.11.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 262c1eb2c9d..d9e5d064683 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 ============