From 8786d3d0dce62bb4e89a807181a7fd40bd85e901 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 5 Jan 2011 03:56:22 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#10756:=20add=20the=20author,=20Andreas?= =?UTF-8?q?=20St=C3=BChrk?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Misc/ACKS | 1 + Misc/NEWS | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Misc/ACKS b/Misc/ACKS index 1cf2cb1c7b5..43abe8d4596 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 be158fe3efd..7783f117ed0 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.