diff options
author | andrei kulakov <andrei.avk@gmail.com> | 2021-07-28 16:55:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 16:55:03 (GMT) |
commit | 53b9458f2e9314703a5406ca817d757f1509882a (patch) | |
tree | 19dd435240b7889eafbe710a528c381e95329c1a /Misc/NEWS.d | |
parent | cb1d76f10ab33dddd0dbd64e6506bf7c065d499b (diff) | |
download | cpython-53b9458f2e9314703a5406ca817d757f1509882a.zip cpython-53b9458f2e9314703a5406ca817d757f1509882a.tar.gz cpython-53b9458f2e9314703a5406ca817d757f1509882a.tar.bz2 |
bpo-44682: Handle invalid arg to pdb's "commands" directive (#27252)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-07-20-00-11-47.bpo-44682.3m2qVV.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-07-20-00-11-47.bpo-44682.3m2qVV.rst b/Misc/NEWS.d/next/Library/2021-07-20-00-11-47.bpo-44682.3m2qVV.rst new file mode 100644 index 0000000..308053a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-07-20-00-11-47.bpo-44682.3m2qVV.rst @@ -0,0 +1,2 @@ +Change the :mod:`pdb` *commands* directive to disallow setting commands +for an invalid breakpoint and to display an appropriate error. |