Issue #14200: Idle shell crash on printing non-BMP unicode character.

UnicodeEncodeError is raised for strings contains non-BMP characters.
For eval results unicode escaping is used, print() calls display
exception with traceback as usual.
This commit is contained in:
Andrew Svetlov 2012-03-14 13:22:12 -07:00
parent c5ceb0aaaf
commit 05bab93339
4 changed files with 40 additions and 0 deletions

View file

@ -24,6 +24,8 @@ Core and Builtins
Library
-------
- Issue #14200: Idle shell crash on printing non-BMP unicode character.
- Issue #14291: Email now defaults to utf-8 for non-ASCII unicode headers
instead of raising an error. This fixes a regression relative to 2.7.