commit | 8b96a35d14c0ec5db5f32321e544269a5b0a8759 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 01:59:42 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 01:59:42 2007 +0000 |
tree | e34f90949bb24daab02c775616f5e96875f1da5a | |
parent | 7b7c9d420817e5ffb5fd3adbc19a9be4ba0f4604 [diff] [blame] |
Support linking of the bsddb module against BerkeleyDB 4.5.x (will backport to 2.5)
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index 85ea824..e9d7e21 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex
@@ -16,7 +16,7 @@ \function{pickle.dumps()}. The \module{bsddb} module requires a Berkeley DB library version from -3.3 thru 4.4. +3.3 thru 4.5. \begin{seealso} \seeurl{http://pybsddb.sourceforge.net/}