commit | 554e6fa86d53d703ad9356b09433ab1b2170fef0 | [log] [tgz] |
---|---|---|
author | Terry Reedy <tjreedy@udel.edu> | Sat Jan 01 02:54:11 2011 +0000 |
committer | Terry Reedy <tjreedy@udel.edu> | Sat Jan 01 02:54:11 2011 +0000 |
tree | 27eacce64d3cd887a2b36418a9c67129503cabce | |
parent | 6739cc0821dcbec0af6d8ed5d652d35af0632332 [diff] |
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__().