summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2004-12-19 22:25:32 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2004-12-19 22:25:32 (GMT)
commita5debf7732dfa14389616e3b908a3098f0f8097f (patch)
tree265eb68f85ba254fdc2887c6deaf164173eb160e /Doc
parent738a70a8d933b87186cd556be3479e548e89bf9c (diff)
downloadcpython-a5debf7732dfa14389616e3b908a3098f0f8097f.zip
cpython-a5debf7732dfa14389616e3b908a3098f0f8097f.tar.gz
cpython-a5debf7732dfa14389616e3b908a3098f0f8097f.tar.bz2
* reworked berkeleydb include and library detection code in setup.py
to make sure the library version that matches the header file is used. * update the bsddb module docs to indicate BerkeleyDB 3.2 thru 4.3 support
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libbsddb.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex
index a25d39b..b597958 100644
--- a/Doc/lib/libbsddb.tex
+++ b/Doc/lib/libbsddb.tex
@@ -16,7 +16,7 @@ serialize them somehow, typically using marshal.dumps or pickle.dumps.
Starting with Python 2.3 the \module{bsddb} module requires the
Berkeley DB library version 3.2 or later (it is known to work with 3.2
-thru 4.2 at the time of this writing).
+thru 4.3 at the time of this writing).
\begin{seealso}
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation