Message283961
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) |
|
| Date |
User |
Action |
Args |
| 2016-12-24 16:59:08 | xdegaye | set | recipients:
+ xdegaye, brett.cannon, doko, vstinner, nadeem.vawda, ezio.melotti, Arfrever, python-dev, petri.lehtinen, martin.panter, serhiy.storchaka |
| 2016-12-24 16:59:08 | xdegaye | set | messageid: <[email protected]> |
| 2016-12-24 16:59:08 | xdegaye | link | issue13886 messages |
| 2016-12-24 16:59:07 | xdegaye | create | |
|