summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-15 11:28:28 (GMT)
committerGitHub <noreply@github.com>2024-06-15 11:28:28 (GMT)
commite54a28bcc9114f296bd1d63010eedbd0c2140d71 (patch)
tree8f8dcb3e557088c4e03fe2964264659a39eb14fd /Misc/NEWS.d/next/Library
parent9f0269d6aed1b61996b95dc0730a4008de012011 (diff)
downloadcpython-e54a28bcc9114f296bd1d63010eedbd0c2140d71.zip
cpython-e54a28bcc9114f296bd1d63010eedbd0c2140d71.tar.gz
cpython-e54a28bcc9114f296bd1d63010eedbd0c2140d71.tar.bz2
[3.13] gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (#120548)
gh-120495: Fix incorrect exception handling in Tab Nanny (GH-120498) (cherry picked from commit c501261c919ceb97c850ef9427a93326f06a8f2e) Co-authored-by: Wulian233 <71213467+Wulian233@users.noreply.github.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst b/Misc/NEWS.d/next/Library/2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst
new file mode 100644
index 0000000..d5114c3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-06-14-20-05-25.gh-issue-120495.OxgZKB.rst
@@ -0,0 +1 @@
+Fix incorrect exception handling in Tab Nanny. Patch by Wulian233.