summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-12 00:56:28 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-12 00:56:28 (GMT)
commit23a4a7b5a129c18e20e11e48983c2d29ea7728aa (patch)
tree3ef406bb479a819a944c576a75ab761dc545df3d /Misc/NEWS
parenta795790b3a9f135c3599ea622ee8c415ae1cc476 (diff)
downloadcpython-23a4a7b5a129c18e20e11e48983c2d29ea7728aa.zip
cpython-23a4a7b5a129c18e20e11e48983c2d29ea7728aa.tar.gz
cpython-23a4a7b5a129c18e20e11e48983c2d29ea7728aa.tar.bz2
The __all__ value for 'collections' was missing UserList and UserString.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f61b3dc..50a24e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Extension Modules
Library
-------
+- Fix the __all__ setting on 'collections' to include UserList and UserString.
+
- The sre module has been removed.
- The Queue module has been renamed to queue.