summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2010-06-17 23:17:37 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2010-06-17 23:17:37 (GMT)
commit2cd12528e4570ba445ff935ebfe9ec11752a0e9a (patch)
tree39edad2275c4b37cee2d84f712aed7cc316de85f
parent0fe25a445d5e72450a8d611faed75f65ba57c0bc (diff)
downloadcpython-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f46268..7b8bc84 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.