[Python-checkins] commit of r41795 - python/trunk/Doc/lib/libbsddb.tex

andrew.kuchling python-checkins at python.org
Thu Dec 22 21:12:54 CET 2005


Author: andrew.kuchling
Date: Thu Dec 22 21:12:54 2005
New Revision: 41795

Modified:
   python/trunk/Doc/lib/libbsddb.tex
Log:
Add markup

Modified: python/trunk/Doc/lib/libbsddb.tex
==============================================================================
--- python/trunk/Doc/lib/libbsddb.tex	(original)
+++ python/trunk/Doc/lib/libbsddb.tex	Thu Dec 22 21:12:54 2005
@@ -12,7 +12,8 @@
 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


More information about the Python-checkins mailing list