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 vstinner
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.11:57:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539863862.96.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
I added the UTF-8 Mode for you, for the Docker use case: python3.7 -X utf8. Using that, Python ignores your locale and speaks UTF-8.

What is your locale? Try the "locale" command.
History
Date User Action Args
2018-10-18 11:57:42vstinnersetrecipients: + vstinner, asvetlov, yselivanov, natim
2018-10-18 11:57:42vstinnersetmessageid: <1539863862.96.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 11:57:42vstinnerlinkissue35014 messages
2018-10-18 11:57:42vstinnercreate