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 ezio.melotti, jaysinh.shukla, mrabarnett, serhiy.storchaka, vstinner
Date 2017-02-15.22:57:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487199447.82.0.225354730991.issue29571@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-15 22:57:27serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, jaysinh.shukla
2017-02-15 22:57:27serhiy.storchakasetmessageid: <1487199447.82.0.225354730991.issue29571@psf.upfronthosting.co.za>
2017-02-15 22:57:27serhiy.storchakalinkissue29571 messages
2017-02-15 22:57:27serhiy.storchakacreate