From: Victor Stinner Date: Wed, 5 Jan 2011 03:56:22 +0000 (+0000) Subject: Issue #10756: add the author, Andreas Stührk X-Git-Tag: v3.2rc1~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8786d3d0dce62bb4e89a807181a7fd40bd85e901;p=python Issue #10756: add the author, Andreas Stührk --- diff --git a/Misc/ACKS b/Misc/ACKS index 1cf2cb1c7b..43abe8d459 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 be158fe3ef..7783f117ed 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.