summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-31 16:48:00 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-31 16:48:00 (GMT)
commit06c5c6d694481a3c1e09420756f8ad6ca1762d0f (patch)
tree46ea36d54f0ff9444d63119da04c30ad11ee5aba /Misc
parent1fb0e3f3a2dde81f428ec0a8bcffffdb6f622292 (diff)
downloadcpython-06c5c6d694481a3c1e09420756f8ad6ca1762d0f.zip
cpython-06c5c6d694481a3c1e09420756f8ad6ca1762d0f.tar.gz
cpython-06c5c6d694481a3c1e09420756f8ad6ca1762d0f.tar.bz2
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 454a70c..9a5aff4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -98,6 +98,9 @@ Core and Builtins
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.