Issue #10756: add the author, Andreas Stührk
diff --git a/Misc/ACKS b/Misc/ACKS
index 1cf2cb1..43abe8d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -811,6 +811,7 @@
 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 @@
 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.