diff options
author | Jesus Cea <jcea@jcea.es> | 2009-03-05 19:37:37 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2009-03-05 19:37:37 (GMT) |
commit | ce15a65ca7b2ea63ca9eec05a00c9d77744ba093 (patch) | |
tree | fde56512413d976b2c1facc1141689d50b6f390f /Doc | |
parent | 09033068f1ecabe9524353a82349e5b290aa1729 (diff) | |
download | cpython-ce15a65ca7b2ea63ca9eec05a00c9d77744ba093.zip cpython-ce15a65ca7b2ea63ca9eec05a00c9d77744ba093.tar.gz cpython-ce15a65ca7b2ea63ca9eec05a00c9d77744ba093.tar.bz2 |
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. |