From 5d7d6c37c275b03c2e6f4692f77d6306089e1398 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 25 May 2008 08:32:04 +0000 Subject: [PATCH] note about r63617 --- Misc/NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 732cfa7942..cae7dcfbda 100644 --- 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 -- 2.50.1