[issue12833] raw_input misbehaves when readline is imported

Éric Araujo report at bugs.python.org
Fri Aug 26 17:15:35 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Maybe you need to call sys.stdin.flush() before raw_input?

In any way, 2.6 is in security mode, so we need to reproduce this with current versions: 2.7, 3.2 or 3.3.

----------
components: +IO, Interpreter Core -Library (Lib)
nosy: +eric.araujo, pitrou
stage:  -> test needed
versions:  -Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12833>
_______________________________________


More information about the Python-bugs-list mailing list