diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 10:29:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 10:29:19 (GMT) |
commit | 3f94089a77d95792c3adc087bbb0309ff9d592dc (patch) | |
tree | 369beca901c97541bcca79785bfbc8139c8f97db /Misc | |
parent | d72e043bddf965ce1cdc7a85baef1d3e929df070 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |