Message255096
> * 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). |
|
Date |
User |
Action |
Args |
2015-11-22 12:32:17 | Drekin | set | recipients:
+ Drekin, Albert.Zeyer, martin.panter |
2015-11-22 12:32:17 | Drekin | set | messageid: <1448195537.01.0.550783135085.issue12869@psf.upfronthosting.co.za> |
2015-11-22 12:32:16 | Drekin | link | issue12869 messages |
2015-11-22 12:32:16 | Drekin | create | |
|