]> granicus.if.org Git - python/commitdiff
Issue 6285: add NEWS entry for 3.2.
authorTerry Reedy <tjreedy@udel.edu>
Sat, 1 Jan 2011 02:54:11 +0000 (02:54 +0000)
committerTerry Reedy <tjreedy@udel.edu>
Sat, 1 Jan 2011 02:54:11 +0000 (02:54 +0000)
Misc/NEWS

index 531bbb8f13394e93a3da7378de94b004234d3ade..2f1ac3283c54e1ab1a222bd00d3b520c82f305ff 100644 (file)
--- 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__().