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 martin.panter, xdegaye
Date 2016-12-18.17:38:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482082709.26.0.32443046384.issue28997@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW on Android we have:

>>> readline.__doc__ and "libedit" in readline.__doc__
False
>>> getattr(readline, "set_pre_input_hook", None)
<built-in function set_pre_input_hook>
History
Date User Action Args
2016-12-18 17:38:29xdegayesetrecipients: + xdegaye, martin.panter
2016-12-18 17:38:29xdegayesetmessageid: <1482082709.26.0.32443046384.issue28997@psf.upfronthosting.co.za>
2016-12-18 17:38:29xdegayelinkissue28997 messages
2016-12-18 17:38:29xdegayecreate