]> granicus.if.org Git - python/commitdiff
note about r63617
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 25 May 2008 08:32:04 +0000 (08:32 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 25 May 2008 08:32:04 +0000 (08:32 +0000)
Misc/NEWS

index 732cfa79428cde584f64766d1108c0de03a6c63d..cae7dcfbda2968ab7139def96b1d6a0b990d7c8d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,10 @@ Extension Modules
   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