]> granicus.if.org Git - python/commitdiff
NEWS entry for last bugfix
authorGeorg Brandl <georg@python.org>
Sat, 25 Jun 2005 21:08:46 +0000 (21:08 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Jun 2005 21:08:46 +0000 (21:08 +0000)
Misc/NEWS

index 1fcd798ca2881f7d047426c5131212907b99c160..5df8246e29b34446934914e10a4f3c6b4db4cd04 100644 (file)
--- 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.