Issue 6285: add NEWS entry for 3.2.

This commit is contained in:
Terry Reedy 2011-01-01 02:54:11 +00:00
parent 6739cc0821
commit 554e6fa86d

View file

@ -20,6 +20,9 @@ Core and Builtins
Library 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 - Fix collections.OrderedDict.setdefault() so that it works in
subclasses that define __missing__(). subclasses that define __missing__().