commit | b690a2759e62d9ee0b6ea1b20e8f7e4b2cdbf8bb | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue Oct 08 14:32:25 2019 +0300 |
committer | GitHub <noreply@github.com> | Tue Oct 08 14:32:25 2019 +0300 |
tree | ef8fa0a711cb3780ac5bb33147bea57378322c62 | |
parent | d05b000c6bcd39dba4f4b2656e45954802649562 [diff] |
bpo-36698: IDLE no longer fails when write non-encodable characters to stderr. (GH-16583) It now escapes them with a backslash, as the regular Python interpreter. Added the "errors" field to the standard streams.