]> granicus.if.org Git - python/commit
Issue #9803: Don't close IDLE on saving if breakpoint is open.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 31 Jul 2012 16:51:27 +0000 (19:51 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 31 Jul 2012 16:51:27 +0000 (19:51 +0300)
commit8a15c37df7415189f6e9291df074fba68b68df43
treea33648c302713e6b58fed8e172375016fd2ed69c
parent2d96848c7e6a13423a8efe69f1539d8f6a7755a4
Issue #9803: Don't close IDLE on saving if breakpoint is open.

Patch by Roger Serwy.
Lib/idlelib/PyShell.py
Misc/NEWS