summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2003-11-13 08:30:03 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2003-11-13 08:30:03 (GMT)
commitb845ef056ac33e2d65556cb7924d2084f89d2e0c (patch)
treec1392423b3b7faf2dc11002419222b6799c13004 /Doc
parentd4e48b7f61a767dd32195ccc91949017bbef5a05 (diff)
downloadcpython-b845ef056ac33e2d65556cb7924d2084f89d2e0c.zip
cpython-b845ef056ac33e2d65556cb7924d2084f89d2e0c.tar.gz
cpython-b845ef056ac33e2d65556cb7924d2084f89d2e0c.tar.bz2
remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libbsddb.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex
index 88398a9..f625dab 100644
--- a/Doc/lib/libbsddb.tex
+++ b/Doc/lib/libbsddb.tex
@@ -15,8 +15,8 @@ other objects as keys or to store other kinds of objects the user must
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.1 or later (it is known to work with 3.1
-thru 4.1 at the time of this writing).
+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).
\begin{seealso}
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation