Fix 3.11 what's new formatting (GH-31763)

This commit is contained in:
Ken Jin 2022-03-09 19:31:56 +08:00 committed by GitHub
parent d1777515f9
commit 5eb03b1b51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 4 deletions

View 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
============