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 Drekin
Recipients Albert.Zeyer, Drekin, martin.panter
Date 2015-11-22.12:32:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448195537.01.0.550783135085.issue12869@psf.upfronthosting.co.za>
In-reply-to
Content
> * The interactive interpreter always reads from the original standard input, whether Readline is used or not.

This is not true – the interactive interpreter reads via PyOS_Readline, which may call whatever readline hook is installed.

I think the situation would be much more clear if something like my proposal was implemented (https://mail.python.org/pipermail/python-dev/2015-November/142246.html).
History
Date User Action Args
2015-11-22 12:32:17Drekinsetrecipients: + Drekin, Albert.Zeyer, martin.panter
2015-11-22 12:32:17Drekinsetmessageid: <1448195537.01.0.550783135085.issue12869@psf.upfronthosting.co.za>
2015-11-22 12:32:16Drekinlinkissue12869 messages
2015-11-22 12:32:16Drekincreate