summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-01-05 03:56:22 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-01-05 03:56:22 (GMT)
commit8786d3d0dce62bb4e89a807181a7fd40bd85e901 (patch)
tree486dbc3336384e2efd4bd1f4dc126cb04b57bb8d /Misc
parentc932b65428b4995bc53609ed361fddf382882ee5 (diff)
downloadcpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.zip
cpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.tar.gz
cpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.tar.bz2
Issue #10756: add the author, Andreas Stührk
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 3 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1cf2cb1..43abe8d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -811,6 +811,7 @@ Michael Stone
Ken Stox
Dan Stromberg
Daniel Stutzbach
+Andreas Stührk
Pal Subbiah
Nathan Sullivan
Mark Summerfield
diff --git a/Misc/NEWS b/Misc/NEWS
index be158fe..7783f11 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,7 +30,8 @@ Core and Builtins
Library
-------
-- Issue #10756: atexit normalizes the exception before displaying it.
+- Issue #10756: atexit normalizes the exception before displaying it. Patch by
+ Andreas Stührk.
- Issue #10790: email.header.Header.append's charset logic now works correctly
for charsets whose output codec is different from its input codec.