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.

Author draghuram
Recipients ajaksu2, draghuram, rickbking
Date 2008-06-19.14:39:53
SpamBayes Score 0.12671094
Marked as misclassified No
Message-id <2c51ecee0806190739g4e033c5axf930a6b22a63391b@mail.gmail.com>
In-reply-to <4859B625.6090200@comcast.net>
Content
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.
History
Date User Action Args
2008-06-19 14:39:55draghuramsetspambayes_score: 0.126711 -> 0.12671094
recipients: + draghuram, rickbking, ajaksu2
2008-06-19 14:39:54draghuramlinkissue2571 messages
2008-06-19 14:39:53draghuramcreate