support linking the _bsddb extension module against BerkeleyDB 4.5

[backport of r53252]
This commit is contained in:
Gregory P. Smith 2007-01-05 02:09:06 +00:00
parent bea1c70144
commit 1a050f5f52
6 changed files with 19 additions and 8 deletions

View file

@ -16,7 +16,7 @@ serialize them somehow, typically using \function{marshal.dumps()} or
\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/}