Message 279822 - Python tracker
Message279822
| Author | xdegaye |
|---|---|
| Recipients | Alex.Willmer, lemburg, loewis, serhiy.storchaka, vstinner, xdegaye |
| Date | 2016-10-31.19:36:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1477942567.55.0.853118080407.issue26920@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For the record, on the Android emulator we have now (not sure where this change has been made): >>> sys.getfilesystemencoding() 'utf-8' >>> locale.getpreferredencoding(False) 'ascii' So test_ioencoding_nonascii succeeds now. Anyway the problem with this test is being fixed at issue 19058. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-10-31 19:36:07 | xdegaye | set | recipients: + xdegaye, lemburg, loewis, vstinner, serhiy.storchaka, Alex.Willmer |
| 2016-10-31 19:36:07 | xdegaye | set | messageid: <1477942567.55.0.853118080407.issue26920@psf.upfronthosting.co.za> |
| 2016-10-31 19:36:07 | xdegaye | link | issue26920 messages |
| 2016-10-31 19:36:07 | xdegaye | create | |