summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 10:29:19 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 10:29:19 (GMT)
commit3f94089a77d95792c3adc087bbb0309ff9d592dc (patch)
tree369beca901c97541bcca79785bfbc8139c8f97db /Misc
parentd72e043bddf965ce1cdc7a85baef1d3e929df070 (diff)
downloadcpython-3f94089a77d95792c3adc087bbb0309ff9d592dc.zip
cpython-3f94089a77d95792c3adc087bbb0309ff9d592dc.tar.gz
cpython-3f94089a77d95792c3adc087bbb0309ff9d592dc.tar.bz2
#5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
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 50fa0cf..dbe1b8a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@ C-API
Library
-------
+- Issue #5294: Fix the behavior of pdb's "continue" command when called
+ in the top-level debugged frame.
+
- Issue #5727: Restore the ability to use readline when calling into pdb
in doctests.