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

gregory.p.smith python-checkins at python.org
Sat May 24 23:21:24 CEST 2008


Author: gregory.p.smith
Date: Sat May 24 23:21:23 2008
New Revision: 63597

Log:
Correct the url to the external bsddb.db docs (likely to be integrated
soon anyways?)


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 24 23:21:23 2008
@@ -15,15 +15,15 @@
 :func:`marshal.dumps` or  :func:`pickle.dumps`.
 
 The :mod:`bsddb` module requires a Berkeley DB library version from 3.3 thru
-4.5.
+4.7.
 
 
 .. seealso::
 
-   http://pybsddb.sourceforge.net/
+   http://www.jcea.es/programacion/pybsddb.htm
       The website with documentation for the :mod:`bsddb.db` Python Berkeley DB
       interface that closely mirrors the object oriented interface provided in
-      Berkeley DB 3 and 4.
+      Berkeley DB 4.x itself.
 
    http://www.oracle.com/database/berkeley-db/
       The Berkeley DB library.


More information about the Python-checkins mailing list