Issue 964437 Make IDLE help window non-modal.
Patch by Guilherme Polo and Roger Serwy.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2982ca0..42b563b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,9 @@
 Library
 -------
 
+- Issue #964437 Make IDLE help window non-modal.
+  Patch by Guilherme Polo and Roger Serwy.
+
 - Issue #13933: IDLE auto-complete did not work with some imported
   module, like hashlib.  (Patch by Roger Serwy)