summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 531bbb8f13..2f1ac3283c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
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__().