From: Gregory P. Smith Date: Sat, 30 Sep 2006 06:08:20 +0000 (+0000) Subject: wording change X-Git-Tag: v2.6a1~2630 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8508cca47a9612df4d7453ba8462b7916f46b01;p=python wording change --- diff --git a/Misc/NEWS b/Misc/NEWS index 48899bc7e7..ddf993f866 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -81,7 +81,7 @@ Library - Bug #1531862: Do not close standard file descriptors in subprocess. -- fixed a bug with bsddb.DB.stat: its flags and txn keyword arguments +- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments were transposed. Extension Modules