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.