diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-24 21:21:23 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-05-24 21:21:23 (GMT) |
commit | d1e5715265988db165e47cc3addb296dfac68933 (patch) | |
tree | 44219328a9af5d184c5749c9d75d4ad49f768e18 | |
parent | e152a77d96df7479ce798ebd5baee7d41af99db3 (diff) | |
download | cpython-d1e5715265988db165e47cc3addb296dfac68933.zip cpython-d1e5715265988db165e47cc3addb296dfac68933.tar.gz cpython-d1e5715265988db165e47cc3addb296dfac68933.tar.bz2 |
Correct the url to the external bsddb.db docs (likely to be integrated
soon anyways?)
-rw-r--r-- | Doc/library/bsddb.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst index 96aff07..ed45619 100644 --- a/Doc/library/bsddb.rst +++ b/Doc/library/bsddb.rst @@ -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. |