Issue 6285: add NEWS entry for 3.2.
diff --git a/Misc/NEWS b/Misc/NEWS
index 531bbb8..2f1ac32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@
 Library
 -------
 
+- Issue 6285: IDLE no longer crashes on missing help file; patch by Scott David
+  Daniels.
+
 - Fix collections.OrderedDict.setdefault() so that it works in
   subclasses that define __missing__().