From 40c7165e7d61e85e777e73981416d94c9c14d8c3 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 25 Jun 2005 21:08:46 +0000 Subject: [PATCH] NEWS entry for last bugfix --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 1fcd798ca28..5df8246e29b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -370,6 +370,9 @@ Tests Documentation ------------- +- Document the IterableUserDict class in the UserDict module. + Closes bug #1166582. + - Remove all latent references for "Macintosh" that referred to semantics for Mac OS 9 and change to reflect the state for OS X. Closes patch #1095802. Thanks Jack Jansen.