[Python-checkins] r63618 - python/trunk/Misc/NEWS

gregory.p.smith python-checkins at python.org
Sun May 25 10:32:04 CEST 2008


Author: gregory.p.smith
Date: Sun May 25 10:32:04 2008
New Revision: 63618

Log:
note about r63617


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun May 25 10:32:04 2008
@@ -54,6 +54,10 @@
   bsddb.db.DBEnv.lock_get and other bsddb.db object constructors
   raised an exception.
 
+- Issue #2669: bsddb/__init__.py iteration no longer silently fails when
+  the database has changed size during iteration.  It now raises a
+  RuntimeError in the same manner as a dictionary.
+
 - Issue #2870: cmathmodule.c compile error.
 
 Library


More information about the Python-checkins mailing list