summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.