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.
Created on 2011年08月29日 18:02 by Albert.Zeyer, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg143168 - (view) | Author: Albert Zeyer (Albert.Zeyer) * | Date: 2011年08月29日 18:02 | |
In Parser/tokenizer.c, there is `PyOS_Readline(stdin, stdout, tok->prompt)`. This ignores any `sys.stdin` / `sys.stdout` overwrites. The usage should be like in Python/bltinmodule.c in builtin_raw_input. |
|||
| msg222229 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2014年07月03日 22:12 | |
@Albert sorry about the delay in responding to this. |
|||
| msg248270 - (view) | Author: Adam Bartoš (Drekin) * | Date: 2015年08月08日 14:15 | |
http://bugs.python.org/issue17620 is a duplicate, but with more discussion. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:21 | admin | set | github: 57063 |
| 2015年08月08日 14:22:29 | eryksun | set | status: open -> closed superseder: Python interactive console doesn't use sys.stdin for input resolution: duplicate |
| 2015年08月08日 14:15:25 | Drekin | set | nosy:
+ Drekin messages: + msg248270 |
| 2014年07月03日 22:12:23 | BreamoreBoy | set | versions:
+ Python 3.4, Python 3.5 nosy: + BreamoreBoy messages: + msg222229 type: behavior |
| 2011年08月29日 18:02:44 | Albert.Zeyer | create | |