]> granicus.if.org Git - python/commit
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore...
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 22:20:16 +0000 (22:20 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 22:20:16 +0000 (22:20 +0000)
commitb90ffd88f1486896a380ee3a2e2ae0dfc8da1d49
treeaf992a06e0ef9100a0c938f5d29fd3216ba2c1f5
parent635edd199030f2c2f7de4369638c4c9a29226219
Part of #7245: when KeyboardInterrupt is raised while defining commands, restore the old commands instead of producing a traceback.
Lib/pdb.py
Misc/NEWS