diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2004-12-13 09:57:32 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2004-12-13 09:57:32 (GMT) |
commit | 7af53a6de429ef7501f860e3cc2a085c378bcef9 (patch) | |
tree | 8d1e5fdd577d5e87e7c948ef12838c184de3f635 /Doc | |
parent | 8b7e917ab2865f86d09515b8d098950aece0e14c (diff) | |
download | cpython-7af53a6de429ef7501f860e3cc2a085c378bcef9.zip cpython-7af53a6de429ef7501f860e3cc2a085c378bcef9.tar.gz cpython-7af53a6de429ef7501f860e3cc2a085c378bcef9.tar.bz2 |
the bsddb module now also works with BerkeleyDB 4.3.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbsddb.tex | 2 |
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 |