Martin Panter added the comment:

Hi Xavier, I was about to push input-readline.v2.patch, but I thought it might 
be good to check with you first if this causes problems with Android, based on 
my experience with Issue 28997. With the patch applied, 
test.test_builtin.PtyTests.test_input_tty_non_ascii() will call the input() 
function twice, with and without Readline enabled. It inputs non-ASCII data in 
into a pseudoterminal, and expects to see it in the function return value. 
Perhaps we may need to skip the Readline half of the test on Android.

----------
nosy: +xdegaye

_______________________________________
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