diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-12-04 17:24:33 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-12-04 17:24:33 (GMT) |
commit | 13d49ee7d6a44af656fd77713342e419ec57e4a5 (patch) | |
tree | 30250bac5be4f5e904d62f3628424e0ef6e22c2c /Misc | |
parent | 44588b45d2b9cedb9fd91f82c1b00cd781a56c94 (diff) | |
download | cpython-13d49ee7d6a44af656fd77713342e419ec57e4a5.zip cpython-13d49ee7d6a44af656fd77713342e419ec57e4a5.tar.gz cpython-13d49ee7d6a44af656fd77713342e419ec57e4a5.tar.bz2 |
Issue #10601: sys.displayhook uses 'backslashreplace' error handler on
UnicodeEncodeError.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #10601: sys.displayhook uses 'backslashreplace' error handler on + UnicodeEncodeError. + - Add the "display" and "undisplay" pdb commands. - Issue #7245: Add a SIGINT handler in pdb that allows to break a program |