summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 12:01:20 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 12:01:20 (GMT)
commit7410dd11ef4d6f6953f690d304158cd53b357cb2 (patch)
tree6ba217d2809026291ad3f6e0e7e5da71fd70f609 /Misc
parenta074523f3a8aaf3210165f236c64992d73538a32 (diff)
downloadcpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.zip
cpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.tar.gz
cpython-7410dd11ef4d6f6953f690d304158cd53b357cb2.tar.bz2
#809887: improve pdb feedback for breakpoint-related actions. Also add a functional test for these commands.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dbe1b8a..65346fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #809887: Make the output of pdb's breakpoint deletions more
+ consistent; emit a message when a breakpoint is enabled or disabled.
+
- Issue #5294: Fix the behavior of pdb's "continue" command when called
in the top-level debugged frame.