- bsddb: multithreaded DB access using the simple bsddb module interface
now works reliably. It has been updated to use automatic BerkeleyDB
deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
database calls that would previously deadlock. [SF python bug #775414]
diff --git a/Misc/NEWS b/Misc/NEWS
index c16e0db..f4af2e3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -152,8 +152,14 @@
aborts the db transaction safely when a modifier callback fails.
Fixes SF python patch/bug #1408584.
+- bsddb: multithreaded DB access using the simple bsddb module interface
+ now works reliably. It has been updated to use automatic BerkeleyDB
+ deadlock detection and the bsddb.dbutils.DeadlockWrap wrapper to retry
+ database calls that would previously deadlock. [SF python bug #775414]
+
- Patch #1446489: add support for the ZIP64 extensions to zipfile.
+
Library
-------