This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:07xdegayesetrecipients: + xdegaye, lemburg, loewis, vstinner, serhiy.storchaka, Alex.Willmer
2016-10-31 19:36:07xdegayesetmessageid: <1477942567.55.0.853118080407.issue26920@psf.upfronthosting.co.za>
2016-10-31 19:36:07xdegayelinkissue26920 messages
2016-10-31 19:36:07xdegayecreate