diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-05 03:56:22 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-05 03:56:22 (GMT) |
commit | 8786d3d0dce62bb4e89a807181a7fd40bd85e901 (patch) | |
tree | 486dbc3336384e2efd4bd1f4dc126cb04b57bb8d /Misc | |
parent | c932b65428b4995bc53609ed361fddf382882ee5 (diff) | |
download | cpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.zip cpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.tar.gz cpython-8786d3d0dce62bb4e89a807181a7fd40bd85e901.tar.bz2 |
Issue #10756: add the author, Andreas Stührk
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -811,6 +811,7 @@ Michael Stone Ken Stox Dan Stromberg Daniel Stutzbach +Andreas Stührk Pal Subbiah Nathan Sullivan Mark Summerfield @@ -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. |