[Python-checkins] r70302 - in python/branches/release26-maint: Doc/library/bsddb.rst

gregory.p.smith python-checkins at python.org
Tue Mar 10 17:51:19 CET 2009


Author: gregory.p.smith
Date: Tue Mar 10 17:51:19 2009
New Revision: 70302

Log:
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
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/bsddb.rst

Modified: python/branches/release26-maint/Doc/library/bsddb.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/bsddb.rst	(original)
+++ python/branches/release26-maint/Doc/library/bsddb.rst	Tue Mar 10 17:51:19 2009
@@ -17,7 +17,7 @@
 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.
 
 


More information about the Python-checkins mailing list