From: Gregory P. Smith Date: Sun, 25 May 2008 08:32:04 +0000 (+0000) Subject: note about r63617 X-Git-Tag: v2.6b1~258 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d7d6c37c275b03c2e6f4692f77d6306089e1398;p=python note about r63617 --- 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