From: Terry Reedy Date: Sat, 1 Jan 2011 02:54:11 +0000 (+0000) Subject: Issue 6285: add NEWS entry for 3.2. X-Git-Tag: v3.2rc1~263 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=554e6fa86d53d703ad9356b09433ab1b2170fef0;p=python Issue 6285: add NEWS entry for 3.2. --- 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__().