]> granicus.if.org Git - python/commitdiff
Correct the url to the external bsddb.db docs (likely to be integrated
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 24 May 2008 21:21:23 +0000 (21:21 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 24 May 2008 21:21:23 +0000 (21:21 +0000)
soon anyways?)

Doc/library/bsddb.rst

index 96aff07fba6ec148d4601c60c0fd5f5a1945494d..ed45619847d556b598398cb8ee5f86a0aefc43ef 100644 (file)
@@ -15,15 +15,15 @@ objects the user must serialize them somehow, typically using
 :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.