diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-04-13 19:19:01 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-04-13 19:19:01 (GMT) |
commit | 3adc4aa2fb58aaca2f7692a37239ee3157887166 (patch) | |
tree | bd1dcc7a3341c403991ba19b2bb709a38592af40 /Doc | |
parent | da690411234dbd0438b7b1090750c547c92c5194 (diff) | |
download | cpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.zip cpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.tar.gz cpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.tar.bz2 |
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
news about this and a couple other recent fixes.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbsddb.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index fa7bb4b..a5cda6d 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -15,9 +15,8 @@ other objects as keys or to store other kinds of objects the user must serialize them somehow, typically using \function{marshal.dumps()} or \function{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 -through 4.3 at the time of this writing). +The \module{bsddb} module requires a Berkeley DB library version from +3.3 thru 4.4. \begin{seealso} \seeurl{http://pybsddb.sourceforge.net/}{Website with documentation |