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