Include a pointer to the pybsddb website with the 'bsddb has been

removed' note.
This commit is contained in:
Gregory P. Smith 2008-09-04 04:46:48 +00:00
parent e838812c88
commit 451e99b393

View file

@ -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