diff options
author | Skip Montanaro <skip@pobox.com> | 2008-05-10 14:48:49 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2008-05-10 14:48:49 (GMT) |
commit | 45f585915ec3520748c5c0fd7a8fff4e5bfb9d50 (patch) | |
tree | 623cd5b056f1c23ea2742d26b51779de20d8a2cd | |
parent | a38379649b3fd49ed4dcb205b85aaca026a81a4b (diff) | |
download | cpython-45f585915ec3520748c5c0fd7a8fff4e5bfb9d50.zip cpython-45f585915ec3520748c5c0fd7a8fff4e5bfb9d50.tar.gz cpython-45f585915ec3520748c5c0fd7a8fff4e5bfb9d50.tar.bz2 |
Note the PyPI-edness of bsddb185 for people who might still need it.
-rw-r--r-- | Doc/library/bsddb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst index 1905c14..96aff07 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:: |