summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-05-25 08:32:04 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-05-25 08:32:04 (GMT)
commit5d7d6c37c275b03c2e6f4692f77d6306089e1398 (patch)
treead027aaa08f2f3f114f0850c575feea4da8c114a /Misc
parent9e6468be1dc6ab460a2b88af096aa62c2fe0ce44 (diff)
downloadcpython-5d7d6c37c275b03c2e6f4692f77d6306089e1398.zip
cpython-5d7d6c37c275b03c2e6f4692f77d6306089e1398.tar.gz
cpython-5d7d6c37c275b03c2e6f4692f77d6306089e1398.tar.bz2
note about r63617
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 732cfa7..cae7dcf 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