]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 14 Oct 2025 15:56:19 +0000 (18:56 +0300)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 15:56:19 +0000 (18:56 +0300)
Misc/NEWS.d/next/Core_and_Builtins/2025-10-06-10-03-37.gh-issue-139640.gY5oTb.rst

index f1344aedb5828663ace6a28d99f6fe97b248b1fe..396e40f0e1360bd90aae27e46b92fce93237fdc5 100644 (file)
@@ -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.