From: Georg Brandl Date: Sat, 25 Jun 2005 21:08:46 +0000 (+0000) Subject: NEWS entry for last bugfix X-Git-Tag: v2.5a0~1653 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40c7165e7d61e85e777e73981416d94c9c14d8c3;p=thirdparty%2FPython%2Fcpython.git NEWS entry for last bugfix --- diff --git a/Misc/NEWS b/Misc/NEWS index 1fcd798ca288..5df8246e29b3 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.