On Wed, Jun 18, 2008 at 9:28 PM, Richard King <report@bugs.python.org> wrote:
>
> Richard King <rickbking@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. |