Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5eb03b1

Browse files
Fix 3.11 what's new formatting (pythonGH-31763)
1 parent d177751 commit 5eb03b1

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

Doc/whatsnew/3.11.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@ Summary -- Release highlights
6565
6666
.. PEP-sized items next.
6767
68-
PEP-654: Exception Groups and ``except*``.
69-
(Contributed by Irit Katriel in :issue:`45292`.)
70-
PEP-673: ``Self`` Type.
71-
(Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.)
68+
New syntax features:
69+
70+
* :pep:`654`: Exception Groups and ``except*``.
71+
(Contributed by Irit Katriel in :issue:`45292`.)
72+
73+
New typing features:
74+
75+
* :pep:`673`: ``Self`` Type.
76+
(Contributed by James Hilton-Balfe and Pradeep Kumar in :issue:`30924`.)
7277

7378
New Features
7479
============

0 commit comments

Comments
 (0)