]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Jun 2010 23:17:37 +0000 (23:17 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 17 Jun 2010 23:17:37 +0000 (23:17 +0000)
Misc/NEWS

index 4f46268003c1f5670d69376cde9a66d2898a0119..7b8bc84125853fc67ffbeb93d476d03452c796b6 100644 (file)
--- 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.