commit | 1a050f5f52c88c28f7d00b5728e3ede548c8cb7e | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 02:09:06 2007 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri Jan 05 02:09:06 2007 +0000 |
tree | da20424efee10790b2bb65b4b31135be37cae6b6 | |
parent | bea1c70144e4de97312e9d04dd4c90e549f79f2e [diff] [blame] |
support linking the _bsddb extension module against BerkeleyDB 4.5 [backport of r53252]
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/}