From: Gregory P. Smith Date: Thu, 4 Sep 2008 04:46:48 +0000 (+0000) Subject: Include a pointer to the pybsddb website with the 'bsddb has been X-Git-Tag: v3.0rc1~104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=451e99b393529b45db3b68daaf09925ea863bf1a;p=thirdparty%2FPython%2Fcpython.git Include a pointer to the pybsddb website with the 'bsddb has been removed' note. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6aa4703761f3..e393c06ab95e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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