Xavier de Gaye added the comment:

Thanks for waiting for a run of the patch on Android.
Indeed, test_input_tty_non_ascii fails with this patch on Android when LANG is 
not set and is ok when LANG=en_US.UTF-8. As you are suggesting, the test is ok 
when skipping the Readline half of the test. This may be done by adding 
'is_android' in the 'from test.support import ...' statement and updating the 
test with:

    if readline and not is_android:
        tests.append(True)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13886>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to