summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 08:54:49 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 08:54:49 (GMT)
commit44f8bf941109c24d36d7d6e4dd05080a0191f3d9 (patch)
tree02259b8a3d17ce082719bd762b666f238d2d32b1 /Misc/NEWS
parent26a0f87e28eb9c90446b23d73e78324f2d481a99 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a68cc73..5c61594 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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