diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2023-11-10 21:13:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-10 21:13:29 (GMT) |
commit | 148af38cd0adc1c2dde3c937ebbda4ee60b27b33 (patch) | |
tree | 83b6f242e0671d5fa7fcfc6ac970170a52128ad2 /Misc | |
parent | afac3c9b7eace4a3e503e93bb76eda32d8217ad7 (diff) | |
download | cpython-148af38cd0adc1c2dde3c937ebbda4ee60b27b33.zip cpython-148af38cd0adc1c2dde3c937ebbda4ee60b27b33.tar.gz cpython-148af38cd0adc1c2dde3c937ebbda4ee60b27b33.tar.bz2 |
gh-80731: Avoid executing code in except block in cmd (GH-111740)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-11-04-21-12-27.gh-issue-80731.Wq51xg.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-11-04-21-12-27.gh-issue-80731.Wq51xg.rst b/Misc/NEWS.d/next/Library/2023-11-04-21-12-27.gh-issue-80731.Wq51xg.rst new file mode 100644 index 0000000..5f957a3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-11-04-21-12-27.gh-issue-80731.Wq51xg.rst @@ -0,0 +1 @@ +Avoid executing the default function in :class:`cmd.Cmd` in an except block |