Message 287893 - Python tracker
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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-15 22:57:27 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, ezio.melotti, mrabarnett, jaysinh.shukla |
| 2017-02-15 22:57:27 | serhiy.storchaka | set | messageid: <1487199447.82.0.225354730991.issue29571@psf.upfronthosting.co.za> |
| 2017-02-15 22:57:27 | serhiy.storchaka | link | issue29571 messages |
| 2017-02-15 22:57:27 | serhiy.storchaka | create | |