Issue #10756: atexit normalizes the exception before displaying it.

This commit is contained in:
Victor Stinner 2011-01-05 03:54:25 +00:00
parent 29e762c941
commit 358e11d928
3 changed files with 11 additions and 0 deletions

View file

@ -30,6 +30,8 @@ Core and Builtins
Library
-------
- Issue #10756: atexit normalizes the exception before displaying it.
- Issue #10790: email.header.Header.append's charset logic now works correctly
for charsets whose output codec is different from its input codec.