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 serhiy.storchaka
Recipients cheryl.sabella, doko, serhiy.storchaka, terry.reedy
Date 2018-02-12.15:54:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518450851.49.0.467229070634.issue32826@psf.upfronthosting.co.za>
In-reply-to
Content
The failure is reproduced on Posix locale. Files are open with bare open() which uses the locale encoding by default. Which is ASCII in this case.
History
Date User Action Args
2018-02-12 15:54:11serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, doko, cheryl.sabella
2018-02-12 15:54:11serhiy.storchakasetmessageid: <1518450851.49.0.467229070634.issue32826@psf.upfronthosting.co.za>
2018-02-12 15:54:11serhiy.storchakalinkissue32826 messages
2018-02-12 15:54:11serhiy.storchakacreate