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 martin.panter
Recipients Arfrever, brett.cannon, doko, ezio.melotti, martin.panter, nadeem.vawda, petri.lehtinen, python-dev, serhiy.storchaka, vstinner, xdegaye
Date 2016-12-24.09:48:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482572915.72.0.216089700609.issue13886@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-24 09:48:35martin.pantersetrecipients: + martin.panter, brett.cannon, doko, vstinner, nadeem.vawda, ezio.melotti, Arfrever, xdegaye, python-dev, petri.lehtinen, serhiy.storchaka
2016-12-24 09:48:35martin.pantersetmessageid: <1482572915.72.0.216089700609.issue13886@psf.upfronthosting.co.za>
2016-12-24 09:48:35martin.panterlinkissue13886 messages
2016-12-24 09:48:35martin.pantercreate