[issue26920] android: test_sys fails

Xavier de Gaye report at bugs.python.org
Mon Oct 31 15:36:07 EDT 2016


Xavier de Gaye added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26920>
_______________________________________


More information about the Python-bugs-list mailing list