Message372567
PR 21214 sets the encoding of stdin/stdout/stderr to 'utf-8'. Error handler is set to 'surrogatepass' or 'surrogateescape' because these error handlers are used when convert strings between Python and Tcl. It guarantees that reading from stdin and writing back to stdout will never fail, even if you paste garbage from clipboard. Printing file paths will never fail too. |
|
Date |
User |
Action |
Args |
2020-06-29 12:15:20 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, terry.reedy, taleinat, ned.deily |
2020-06-29 12:15:20 | serhiy.storchaka | set | messageid: <1593432920.55.0.0311971736877.issue41152@roundup.psfhosted.org> |
2020-06-29 12:15:20 | serhiy.storchaka | link | issue41152 messages |
2020-06-29 12:15:20 | serhiy.storchaka | create | |
|