From: Jesus Cea Date: Thu, 5 Mar 2009 19:37:37 +0000 (+0000) Subject: Minor bsddb documentation glitch X-Git-Tag: v2.7a1~1891 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce15a65ca7b2ea63ca9eec05a00c9d77744ba093;p=python Minor bsddb documentation glitch --- diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst index f6aa6d7919..612a4a872a 100644 --- a/Doc/library/bsddb.rst +++ b/Doc/library/bsddb.rst @@ -17,7 +17,7 @@ strings, however, so to use other objects as keys or to store other kinds of objects the user must serialize them somehow, typically using :func:`marshal.dumps` or :func:`pickle.dumps`. -The :mod:`bsddb` module requires a Berkeley DB library version from 3.3 thru +The :mod:`bsddb` module requires a Berkeley DB library version from 4.0 thru 4.7.