commit | 40c7165e7d61e85e777e73981416d94c9c14d8c3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Jun 25 21:08:46 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Jun 25 21:08:46 2005 +0000 |
tree | 50a26d216fadf4da04eafc9a3c25ed35de9f62dc | |
parent | 54d8b680e0aeb8772dd42c22f41aab962b6e2182 [diff] [blame] |
NEWS entry for last bugfix
diff --git a/Misc/NEWS b/Misc/NEWS index 1fcd798..5df8246 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -370,6 +370,9 @@ 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.