diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 08:54:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 08:54:49 (GMT) |
commit | 44f8bf941109c24d36d7d6e4dd05080a0191f3d9 (patch) | |
tree | 02259b8a3d17ce082719bd762b666f238d2d32b1 /Misc/NEWS | |
parent | 26a0f87e28eb9c90446b23d73e78324f2d481a99 (diff) | |
download | cpython-44f8bf941109c24d36d7d6e4dd05080a0191f3d9.zip cpython-44f8bf941109c24d36d7d6e4dd05080a0191f3d9.tar.gz cpython-44f8bf941109c24d36d7d6e4dd05080a0191f3d9.tar.bz2 |
#8015: fix crash when entering an empty line for breakpoint commands. Also restore environment properly when an exception occurs during the definition of commands.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -475,6 +475,9 @@ C-API Library ------- +- Issue #8015: In pdb, do not crash when an empty line is entered as + a breakpoint command. + - In pdb, allow giving a line number to the "until" command. - Issue #1437051: For pdb, allow "continue" and related commands in |