Message287893
| 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. |
|