mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
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:
parent
c5ceb0aaaf
commit
05bab93339
4 changed files with 40 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue