summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-01-10 01:29:06 (GMT)
committerGuido van Rossum <guido@python.org>2007-01-10 01:29:06 (GMT)
commit893523e80a2003d4a630aafb84ba016e0070cbbd (patch)
treed6b9945b82f5653725147c1631ad4f28b6f68b8f /Misc/NEWS
parent33552e92fe37194c867921675a2cf25e7432008c (diff)
downloadcpython-893523e80a2003d4a630aafb84ba016e0070cbbd.zip
cpython-893523e80a2003d4a630aafb84ba016e0070cbbd.tar.gz
cpython-893523e80a2003d4a630aafb84ba016e0070cbbd.tar.bz2
News about removal of the sets module.
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 e442df8..73a985b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,6 +105,8 @@ Extension Modules
Library
-------
+- Removed all traces of the sets module.
+
Build
-----