diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-17 23:17:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-17 23:17:37 (GMT) |
commit | 2cd12528e4570ba445ff935ebfe9ec11752a0e9a (patch) | |
tree | 39edad2275c4b37cee2d84f712aed7cc316de85f | |
parent | 0fe25a445d5e72450a8d611faed75f65ba57c0bc (diff) | |
download | cpython-2cd12528e4570ba445ff935ebfe9ec11752a0e9a.zip cpython-2cd12528e4570ba445ff935ebfe9ec11752a0e9a.tar.gz cpython-2cd12528e4570ba445ff935ebfe9ec11752a0e9a.tar.bz2 |
Issue #6543: Mention the author of the patch, Amaury Forgeot d'Arc
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |