]> granicus.if.org Git - python/commitdiff
Issue #10756: add the author, Andreas Stührk
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 03:56:22 +0000 (03:56 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 5 Jan 2011 03:56:22 +0000 (03:56 +0000)
Misc/ACKS
Misc/NEWS

index 1cf2cb1c7b546b17ae1f0a252c4d86d41e70c913..43abe8d459698c8d948319fc7557d832217735cb 100644 (file)
--- 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
index be158fe3efd79cdd6489a0038bf40d5986fb2bc5..7783f117ed0549f070b9ce4de4e46b120f7e5686 100644 (file)
--- 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.