Issue #10756: add the author, Andreas Stührk

This commit is contained in:
Victor Stinner 2011-01-05 03:56:22 +00:00
parent c932b65428
commit 8786d3d0dc
2 changed files with 3 additions and 1 deletions

View file

@ -811,6 +811,7 @@ Michael Stone
Ken Stox Ken Stox
Dan Stromberg Dan Stromberg
Daniel Stutzbach Daniel Stutzbach
Andreas Stührk
Pal Subbiah Pal Subbiah
Nathan Sullivan Nathan Sullivan
Mark Summerfield Mark Summerfield

View file

@ -30,7 +30,8 @@ Core and Builtins
Library 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 - Issue #10790: email.header.Header.append's charset logic now works correctly
for charsets whose output codec is different from its input codec. for charsets whose output codec is different from its input codec.