From: Skip Montanaro Date: Sat, 10 May 2008 14:48:49 +0000 (+0000) Subject: Note the PyPI-edness of bsddb185 for people who might still need it. X-Git-Tag: v2.6b1~532 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=45f585915ec3520748c5c0fd7a8fff4e5bfb9d50;p=python Note the PyPI-edness of bsddb185 for people who might still need it. --- diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst index 1905c14daf..96aff07fba 100644 --- a/Doc/library/bsddb.rst +++ b/Doc/library/bsddb.rst @@ -83,7 +83,7 @@ arguments should be used in most instances. This is present *only* to allow backwards compatibility with systems which ship with the old Berkeley DB 1.85 database library. The :mod:`bsddb185` module should never be used directly in new code. The module has been removed in - Python 3.0. + Python 3.0. If you find you still need it look in PyPI. .. seealso::