Message370581
Can anyone confirm that you've got an active code page of something other than 1252 ("standard" US English)? I'm not able to reproduce this easily, and I wonder if it's because of that setting.
Easiest way to check is in Python:
>>> import locale
>>> locale.getpreferredencoding()
'cp1252' |
|
Date |
User |
Action |
Args |
2020-06-01 21:16:41 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, docs@python, zach.ware, chrullrich, malin, Keelung Yang |
2020-06-01 21:16:41 | steve.dower | set | messageid: <1591046201.71.0.300739667967.issue35228@roundup.psfhosted.org> |
2020-06-01 21:16:41 | steve.dower | link | issue35228 messages |
2020-06-01 21:16:41 | steve.dower | create | |
|