diff options
author | Irit Katriel <1055913+iritkatriel@users.noreply.github.com> | 2022-08-16 12:47:07 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 12:47:07 (GMT) |
commit | 829aab859266253320317caabdb0e17fa4e0f05e (patch) | |
tree | 2f4832b216b3977b29546e8b84dedf00dd5f8a74 | |
parent | ab4d72954f3c3fe4bdf51dc6a9cf0ed38f210a68 (diff) | |
download | cpython-829aab859266253320317caabdb0e17fa4e0f05e.zip cpython-829aab859266253320317caabdb0e17fa4e0f05e.tar.gz cpython-829aab859266253320317caabdb0e17fa4e0f05e.tar.bz2 |
remove repetitive credit from what's new in 3.11 rst (GH-96024)
-rw-r--r-- | Doc/whatsnew/3.11.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index ef84339..3832fdf 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -64,7 +64,6 @@ Summary -- Release highlights New syntax features: * :pep:`654`: Exception Groups and ``except*``. - (Contributed by Irit Katriel in :issue:`45292`.) New built-in features: |