Message312064
I just discovered that the default for me is some version of latin1, not ascii, so that utf-8 'ö' is read as 'ö'. Hence, no UnicodeDecodeError even if 'ö' is being read and decoded by the initial readline call. I presume the same is true on current Windows buildbots. Hence, it was a bug to not include an encoding in the test file open calls. (The widget itself *does* use explicit 'ascii' or 'utf-8' encodings for open().) |
|
Date |
User |
Action |
Args |
2018-02-12 17:15:20 | terry.reedy | set | recipients:
+ terry.reedy, doko, serhiy.storchaka, cheryl.sabella |
2018-02-12 17:15:20 | terry.reedy | set | messageid: <1518455720.88.0.467229070634.issue32826@psf.upfronthosting.co.za> |
2018-02-12 17:15:20 | terry.reedy | link | issue32826 messages |
2018-02-12 17:15:20 | terry.reedy | create | |
|