This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients Keelung Yang, chrullrich, docs@python, malin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-06-01.21:16:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591046201.71.0.300739667967.issue35228@roundup.psfhosted.org>
In-reply-to
Content
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'
History
Date User Action Args
2020-06-01 21:16:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, docs@python, zach.ware, chrullrich, malin, Keelung Yang
2020-06-01 21:16:41steve.dowersetmessageid: <1591046201.71.0.300739667967.issue35228@roundup.psfhosted.org>
2020-06-01 21:16:41steve.dowerlinkissue35228 messages
2020-06-01 21:16:41steve.dowercreate