summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2011-01-01 02:54:11 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2011-01-01 02:54:11 (GMT)
commit554e6fa86d53d703ad9356b09433ab1b2170fef0 (patch)
tree27eacce64d3cd887a2b36418a9c67129503cabce /Misc
parent6739cc0821dcbec0af6d8ed5d652d35af0632332 (diff)
downloadcpython-554e6fa86d53d703ad9356b09433ab1b2170fef0.zip
cpython-554e6fa86d53d703ad9356b09433ab1b2170fef0.tar.gz
cpython-554e6fa86d53d703ad9356b09433ab1b2170fef0.tar.bz2
Issue 6285: add NEWS entry for 3.2.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 531bbb8..2f1ac32 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__().