Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc

This commit is contained in:
Victor Stinner 2010-06-17 23:17:37 +00:00
parent 0fe25a445d
commit 2cd12528e4

View file

@ -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.