summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-03 22:59:38 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-03 22:59:38 (GMT)
commit6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8 (patch)
tree992d78f3d12ec5184f775916e0cb6dbd9fd3e145 /Misc
parentc469d4c3aa0a66579d1927f0e5d9630b3ea4024f (diff)
downloadcpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.zip
cpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.tar.gz
cpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.tar.bz2
clean up some more bsddb scraps
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 16573d2..6aa4703 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -73,12 +73,12 @@ C API
Library
-------
+- The bsddb module (and therefore the dbm.bsd module) has been removed.
+
- Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module
to the urlparse one. Added a DeprecationWarning in the old module, it
will be deprecated in the future.
-- The bsddb module has been removed.
-
- Issue #3719: platform.architecture() fails if there are spaces in the
path to the Python binary.