mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Minor bsddb documentation glitch
This commit is contained in:
parent
09033068f1
commit
ce15a65ca7
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue