From: Gregory P. Smith Date: Sat, 30 Sep 2006 06:09:07 +0000 (+0000) Subject: wording change X-Git-Tag: v2.4.4c1~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=712bb345d71e5d1774130dcbc0a71051d94ce444;p=thirdparty%2FPython%2Fcpython.git wording change --- diff --git a/Misc/NEWS b/Misc/NEWS index 4df5d63d74dd..73515e63115e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -57,7 +57,7 @@ Core and builtins - iso2022_jp_3 and iso2022_jp_2004 codec can encode JIS X 2013:2 codepoints now. -- 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