summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorWulian233 <71213467+Wulian233@users.noreply.github.com>2024-06-15 11:04:14 (GMT)
committerGitHub <noreply@github.com>2024-06-15 11:04:14 (GMT)
commitc501261c919ceb97c850ef9427a93326f06a8f2e (patch)
tree96988c871312b2392194b3e84bab8206c927fcda /Misc/NEWS.d
parent42ebdd83bb194f054fe5a10b3caa0c3a95be3679 (diff)
downloadcpython-c501261c919ceb97c850ef9427a93326f06a8f2e.zip
cpython-c501261c919ceb97c850ef9427a93326f06a8f2e.tar.gz
cpython-c501261c919ceb97c850ef9427a93326f06a8f2e.tar.bz2
gh-120495: Fix incorrect exception handling in Tab Nanny (#120498)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Diffstat (limited to 'Misc/NEWS.d')
-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.