From: Serhiy Storchaka Date: Tue, 14 Oct 2025 15:56:19 +0000 (+0300) Subject: Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122) X-Git-Tag: v3.15.0a2~444 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=404425575c68bef9d2f042710fc713134d04c23f;p=thirdparty%2FPython%2Fcpython.git Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122) --- diff --git a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst index f1344aedb582..396e40f0e136 100644 --- a/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst +++ b/Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst @@ -1,2 +1,3 @@ Fix swallowing some syntax warnings in different modules if they accidentally have the same message and are emitted from the same line. +Fix duplicated warnings in the ``finally`` block.