]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#5294: Fix the behavior of pdb "continue" command when called in the top-level debugg...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 10:29:19 +0000 (10:29 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 10:29:19 +0000 (10:29 +0000)
commit3f94089a77d95792c3adc087bbb0309ff9d592dc
tree369beca901c97541bcca79785bfbc8139c8f97db
parentd72e043bddf965ce1cdc7a85baef1d3e929df070
#5294: Fix the behavior of pdb "continue" command when called in the top-level debugged frame.
Lib/bdb.py
Lib/test/test_pdb.py
Misc/NEWS