diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-03 22:59:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-03 22:59:38 (GMT) |
commit | 6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8 (patch) | |
tree | 992d78f3d12ec5184f775916e0cb6dbd9fd3e145 /Misc | |
parent | c469d4c3aa0a66579d1927f0e5d9630b3ea4024f (diff) | |
download | cpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.zip cpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.tar.gz cpython-6ba2332f55e1d4dc49470cfc68fcedb3b6d096f8.tar.bz2 |
clean up some more bsddb scraps
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |