summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-06-25 21:08:46 (GMT)
committerGeorg Brandl <georg@python.org>2005-06-25 21:08:46 (GMT)
commit40c7165e7d61e85e777e73981416d94c9c14d8c3 (patch)
tree50a26d216fadf4da04eafc9a3c25ed35de9f62dc /Misc
parent54d8b680e0aeb8772dd42c22f41aab962b6e2182 (diff)
downloadcpython-40c7165e7d61e85e777e73981416d94c9c14d8c3.zip
cpython-40c7165e7d61e85e777e73981416d94c9c14d8c3.tar.gz
cpython-40c7165e7d61e85e777e73981416d94c9c14d8c3.tar.bz2
NEWS entry for last bugfix
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1fcd798..5df8246 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.