commit | 6fed7937c6edde175b6596c05ca4e1284785c8c3 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sat Sep 30 06:05:07 2006 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sat Sep 30 06:05:07 2006 +0000 |
tree | d7d6584cdc5b8e15e8e76b4ef75f4a0717c2dc2c | |
parent | bd42596179b025a584f9166a8f93d255a0abd763 [diff] [blame] |
fix: DB.stat flags and txn keyword arguments were backwards.
diff --git a/Misc/NEWS b/Misc/NEWS index 165906e..fd22c7e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ - Allow exception instances to be directly sliced again. +- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments + were transposed. Extension Modules -----------------