summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-31 16:49:38 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-07-31 16:49:38 (GMT)
commit233f6845b3f3498d800b429c4e8d84abcb5726b7 (patch)
tree133ac3a8a68290a735434e78154909dfb692a73f /Misc/NEWS
parentdfd72bbc4d1d558712e359e062a051e27b50549d (diff)
parent06c5c6d694481a3c1e09420756f8ad6ca1762d0f (diff)
downloadcpython-233f6845b3f3498d800b429c4e8d84abcb5726b7.zip
cpython-233f6845b3f3498d800b429c4e8d84abcb5726b7.tar.gz
cpython-233f6845b3f3498d800b429c4e8d84abcb5726b7.tar.bz2
Issue #9803: Don't close IDLE on saving if breakpoint is open.
Patch by Roger Serwy.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 234b4c2..6518d76 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -343,6 +343,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.