Commit 990b97fb authored by Gregory P. Smith's avatar Gregory P. Smith

Merged revisions 70197 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70197 | jesus.cea | 2009-03-05 11:37:37 -0800 (Thu, 05 Mar 2009) | 1 line

  Minor bsddb documentation glitch
........
parent 27b67943
...@@ -17,7 +17,7 @@ strings, however, so to use other objects as keys or to store other kinds of ...@@ -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 objects the user must serialize them somehow, typically using
:func:`marshal.dumps` or :func:`pickle.dumps`. :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. 4.7.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment