[issue2571] cmd.py always uses raw_input, even when another stdin is specified

Raghuram Devarakonda report at bugs.python.org
Thu Jun 19 16:39:54 CEST 2008


Raghuram Devarakonda <draghuram at gmail.com> added the comment:

On Wed, Jun 18, 2008 at 9:28 PM, Richard King <report at bugs.python.org> wrote:
>
> Richard King <rickbking at comcast.net> added the comment:
>
> There were some other things I wanted too so I just made my own cmd.py.

Yes. Lot of people seem to use their own versions of cmd.py. Recently,
I also implemented another class on top of cmd.Cmd in order to have
more useful functionality. I have seen at least three implementations
('cmdln' on googlecode, 'CommandLoop' and 'cmd2' on pypi). I hope that
after some heavy use, I will be able to submit some patches to the
standard library module. There is already one in #1294.

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


More information about the Python-bugs-list mailing list