summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-01-16 23:17:10 (GMT)
committerJesus Cea <jcea@jcea.es>2012-01-16 23:17:10 (GMT)
commit23fbd8ccb18d242b7e1054e146e2e27b61aca7ed (patch)
tree39bcf4598388be1e769a8752df4d243daddb5846 /Misc
parent2ab4a91f43124b6792388bf3024c3f5bb3cdb6fb (diff)
downloadcpython-23fbd8ccb18d242b7e1054e146e2e27b61aca7ed.zip
cpython-23fbd8ccb18d242b7e1054e146e2e27b61aca7ed.tar.gz
cpython-23fbd8ccb18d242b7e1054e146e2e27b61aca7ed.tar.bz2
Berkeley DB: Erratic behaviour of "DBEnv->rep_elect()" because a typo
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae2c1a3..329687f 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().