]> 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:48:00 +0000 (19:48 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 31 Jul 2012 16:48:00 +0000 (19:48 +0300)
commit06c5c6d694481a3c1e09420756f8ad6ca1762d0f
tree46ea36d54f0ff9444d63119da04c30ad11ee5aba
parent1fb0e3f3a2dde81f428ec0a8bcffffdb6f622292
Issue #9803: Don't close IDLE on saving if breakpoint is open.

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