[issue10396] stdin argument to pdb.Pdb doesn't work unless you also set Pdb.use_rawinput = False

R. David Murray report at bugs.python.org
Sat Nov 13 05:22:18 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

This is a duplicate of issue 2571.  If after reading that discussion you have ideas about and interest in working on the feature request as suggested, you may either comment on that one or open a new feature request, whichever seems clearer to you.

Note that the pdb docs direct you the cmd docs, which clearly document the need to set use_rawinput, so this is not even a doc bug.

----------
nosy: +r.david.murray
resolution:  -> duplicate
stage:  -> committed/rejected
superseder:  -> cmd.py always uses raw_input, even when another stdin is specified

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


More information about the Python-bugs-list mailing list