[Python-checkins] r45369 - python/branches/release24-maint/Misc/NEWS

gregory.p.smith python-checkins at python.org
Thu Apr 13 21:24:48 CEST 2006


Author: gregory.p.smith
Date: Thu Apr 13 21:24:47 2006
New Revision: 45369

Modified:
   python/branches/release24-maint/Misc/NEWS
Log:
mention bsddb open cachesize parameter bugfix


Modified: python/branches/release24-maint/Misc/NEWS
==============================================================================
--- python/branches/release24-maint/Misc/NEWS	(original)
+++ python/branches/release24-maint/Misc/NEWS	Thu Apr 13 21:24:47 2006
@@ -20,6 +20,9 @@
 
 - Fix bsddb.db.DBError derived exceptions so they can be unpickled.
 
+- Bug #1117761: bsddb.*open() no longer raises an exception when using
+  the cachesize parameter.
+
 Library
 -------
 


More information about the Python-checkins mailing list