commit | 8a15c37df7415189f6e9291df074fba68b68df43 | [log] [tgz] |
---|---|---|
author | Andrew Svetlov <andrew.svetlov@gmail.com> | Tue Jul 31 19:51:27 2012 +0300 |
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Tue Jul 31 19:51:27 2012 +0300 |
tree | a33648c302713e6b58fed8e172375016fd2ed69c | |
parent | 2d96848c7e6a13423a8efe69f1539d8f6a7755a4 [diff] [blame] |
Issue #9803: Don't close IDLE on saving if breakpoint is open. Patch by Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS index 08b632b..847089d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -92,6 +92,9 @@ Library ------- +- Issue #9803: Don't close IDLE on saving if breakpoint is open. + Patch by Roger Serwy. + - Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog.