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.

作者 serhiy.storchaka
收信人 ezio.melotti, jaysinh.shukla, mrabarnett, serhiy.storchaka, vstinner
日期 2017-02-15.22:57:27
SpamBayes Score -1.0
Marked as misclassified
Message-id <1487199447.82.0.225354730991.issue29571@psf.upfronthosting.co.za>
In-reply-to
内容
Good point. The test used locale.getlocale() and it returned returned ('en_IN', 'ISO8859-1').

Following patch makes the test using locale.getpreferredencoding(False), the same encoding as was reported at the header of test report.
历史
日期 用户 动作 参数
2017-02-15 22:57:27serhiy.storchaka修改recipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, jaysinh.shukla
2017-02-15 22:57:27serhiy.storchaka修改messageid: <1487199447.82.0.225354730991.issue29571@psf.upfronthosting.co.za>
2017-02-15 22:57:27serhiy.storchaka链接issue29571 messages
2017-02-15 22:57:27serhiy.storchaka创建