diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 20:12:54 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-22 20:12:54 (GMT) |
commit | 974730108a96bd95ab260f8c2b4389513b55d2c6 (patch) | |
tree | 264e629976bf4b5e71a278d45098f0d1d9675ce8 /Doc | |
parent | affd42dc50a0cb02b3e91aa406626982ce5303d8 (diff) | |
download | cpython-974730108a96bd95ab260f8c2b4389513b55d2c6.zip cpython-974730108a96bd95ab260f8c2b4389513b55d2c6.tar.gz cpython-974730108a96bd95ab260f8c2b4389513b55d2c6.tar.bz2 |
Add markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libbsddb.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libbsddb.tex b/Doc/lib/libbsddb.tex index ea5b3d8..fa7bb4b 100644 --- a/Doc/lib/libbsddb.tex +++ b/Doc/lib/libbsddb.tex @@ -12,7 +12,8 @@ library. Users can create hash, btree or record based library files using the appropriate open call. Bsddb objects behave generally like dictionaries. Keys and values must be strings, however, so to use other objects as keys or to store other kinds of objects the user must -serialize them somehow, typically using marshal.dumps or pickle.dumps. +serialize them somehow, typically using \function{marshal.dumps()} or +\function{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 |