diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-03-10 16:51:19 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-03-10 16:51:19 (GMT) |
commit | b7ec0025b930bdfa97696852a134f202a4b54549 (patch) | |
tree | 8141d6146f943ceb64b3c389619fd330c189642b /Doc | |
parent | 8ef4e78cf5abfce88a6d84134f3bd131ddb61c4f (diff) | |
download | cpython-b7ec0025b930bdfa97696852a134f202a4b54549.zip cpython-b7ec0025b930bdfa97696852a134f202a4b54549.tar.gz cpython-b7ec0025b930bdfa97696852a134f202a4b54549.tar.bz2 |
Merged revisions 70197 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70197 | jesus.cea | 2009-03-05 11:37:37 -0800 (Thu, 05 Mar 2009) | 1 line
Minor bsddb documentation glitch
........
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/bsddb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/bsddb.rst b/Doc/library/bsddb.rst index f6aa6d7..612a4a8 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. |