From: Victor Stinner Date: Thu, 17 Jun 2010 23:17:37 +0000 (+0000) Subject: Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc X-Git-Tag: v3.2a1~502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cd12528e4570ba445ff935ebfe9ec11752a0e9a;p=thirdparty%2FPython%2Fcpython.git Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc --- diff --git a/Misc/NEWS b/Misc/NEWS index 4f46268003c1..7b8bc8412585 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,7 +13,8 @@ Core and Builtins ----------------- - Issue #6543: Write the traceback in the terminal encoding instead of utf-8. - Fix the encoding of the modules filename. + Fix the encoding of the modules filename. Patch written by Amaury Forgeot + d'Arc. - Issue #9011: Remove buggy and unnecessary (in 3.x) ST->AST compilation code dealing with unary minus applied to a constant.