diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-04 04:46:48 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-09-04 04:46:48 (GMT) |
commit | 451e99b393529b45db3b68daaf09925ea863bf1a (patch) | |
tree | 6cf3a14ec49c7a0ec27d5fe53f4adf4e68485460 /Misc | |
parent | e838812c884294719f3e853af50b2aba99d12df4 (diff) | |
download | cpython-451e99b393529b45db3b68daaf09925ea863bf1a.zip cpython-451e99b393529b45db3b68daaf09925ea863bf1a.tar.gz cpython-451e99b393529b45db3b68daaf09925ea863bf1a.tar.bz2 |
Include a pointer to the pybsddb website with the 'bsddb has been
removed' note.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -74,6 +74,8 @@ Library ------- - The bsddb module (and therefore the dbm.bsd module) has been removed. + It is now maintained outside of the standard library at + http://www.jcea.es/programacion/pybsddb.htm. - Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module to the urlparse one. Added a DeprecationWarning in the old module, it |