Fixes a bug with bsddb.DB.stat where the flags and txn keyword
arguments are transposed. (reported by Louis Zechtzer)
..already committed to release24-maint
..needs committing to release25-maint
diff --git a/Misc/NEWS b/Misc/NEWS
index 07d1102..0f9cf80 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@
- Bug #1531862: Do not close standard file descriptors in subprocess.
+- fixed a bug with bsddb.DB.stat: its flags and txn keyword arguments
+ were transposed.
Extension Modules
-----------------