Message143256
PyOS_StdioReadline from Parser/myreadline.c is printing the prompt on stderr.
I think it should print it on the given parameter sys_stdout. Other readline implementations (like from the readline module) also behave this way.
Even if it really is supposed to write on stderr, it should use the `sys.stderr` and not the system stderr. |
|
Date |
User |
Action |
Args |
2011-08-31 14:38:38 | Albert.Zeyer | set | recipients:
+ Albert.Zeyer |
2011-08-31 14:38:38 | Albert.Zeyer | set | messageid: <1314801518.5.0.445361297153.issue12869@psf.upfronthosting.co.za> |
2011-08-31 14:38:37 | Albert.Zeyer | link | issue12869 messages |
2011-08-31 14:38:37 | Albert.Zeyer | create | |
|