[Python-checkins] r62993 - python/trunk/Doc/library/bsddb.rst

skip.montanaro python-checkins at python.org
Sat May 10 16:48:49 CEST 2008


Author: skip.montanaro
Date: Sat May 10 16:48:49 2008
New Revision: 62993

Log:
Note the PyPI-edness of bsddb185 for people who might still need it.


Modified:
   python/trunk/Doc/library/bsddb.rst

Modified: python/trunk/Doc/library/bsddb.rst
==============================================================================
--- python/trunk/Doc/library/bsddb.rst	(original)
+++ python/trunk/Doc/library/bsddb.rst	Sat May 10 16:48:49 2008
@@ -83,7 +83,7 @@
    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::


More information about the Python-checkins mailing list