mirror of
https://github.com/python/cpython.git
synced 2025-08-01 07:33:08 +00:00
remove "support" for BerkeleyDB 3.1, it hasn't worked for a long time
This commit is contained in:
parent
d4e48b7f61
commit
b845ef056a
2 changed files with 4 additions and 10 deletions
|
@ -15,8 +15,8 @@ other objects as keys or to store other kinds of objects the user must
|
|||
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.1 or later (it is known to work with 3.1
|
||||
thru 4.1 at the time of this writing).
|
||||
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).
|
||||
|
||||
\begin{seealso}
|
||||
\seeurl{http://pybsddb.sourceforge.net/}{Website with documentation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue