]> granicus.if.org Git - python/commitdiff
Minor bsddb documentation glitch
authorJesus Cea <jcea@jcea.es>
Thu, 5 Mar 2009 19:37:37 +0000 (19:37 +0000)
committerJesus Cea <jcea@jcea.es>
Thu, 5 Mar 2009 19:37:37 +0000 (19:37 +0000)
Doc/library/bsddb.rst

index f6aa6d7919bb64ca57487f02d786e89ba92543a6..612a4a872ad15a5d2e9853b3b0f1c4ac278fd872 100644 (file)
@@ -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.