]> granicus.if.org Git - python/commitdiff
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
authorJesus Cea <jcea@jcea.es>
Mon, 16 Jan 2012 23:17:10 +0000 (00:17 +0100)
committerJesus Cea <jcea@jcea.es>
Mon, 16 Jan 2012 23:17:10 +0000 (00:17 +0100)
Misc/NEWS

index ae2c1a3cd35cf15775da7a167511e7c69f3a6f56..329687fb5dbe7d5af30424f2161f1a07153b9a7e 100644 (file)
--- 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().