mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
the bsddb module now also works with BerkeleyDB 4.3.
This commit is contained in:
parent
8b7e917ab2
commit
7af53a6de4
2 changed files with 8 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ serialize them somehow, typically using marshal.dumps or pickle.dumps.
|
|||
|
||||
Starting with Python 2.3 the \module{bsddb} module requires the
|
||||
Berkeley DB library version 3.2 or later (it is known to work with 3.2
|
||||
thru 4.2 at the time of this writing).
|
||||
thru 4.3 at the time of this writing).
|
||||
|
||||
\begin{seealso}
|
||||
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue