From: Jesus Cea Date: Mon, 16 Jan 2012 23:17:10 +0000 (+0100) Subject: Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo X-Git-Tag: v2.7.3rc1~158 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23fbd8ccb18d242b7e1054e146e2e27b61aca7ed;p=python Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo --- diff --git a/Misc/NEWS b/Misc/NEWS index ae2c1a3cd3..329687fb5d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -374,6 +374,9 @@ Library Extension Modules ----------------- +- bsddb module: Erratic behaviour of "DBEnv->rep_elect()" because a typo. + Possible crash. + - Issue #13774: json: Fix a SystemError when a bogus encoding is passed to json.loads().