1 Jun
2020
1 Jun
'20
9:16 p.m.
Steve Dower <steve.dower@python.org> added the comment: 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'
---------- versions: +Python 3.10, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue35228> _______________________________________