From ce15a65ca7b2ea63ca9eec05a00c9d77744ba093 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Thu, 5 Mar 2009 19:37:37 +0000 Subject: [PATCH] Minor bsddb documentation glitch --- Doc/library/bsddb.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.50.1