Ned Deily <n...@python.org> added the comment:

> FWIW, I've been teaching cmd to my clients for years and it has worked fine 
> for them.

I'm not saying that cmd is bad; it's just that there have been suggested 
improvements over the years and many of those are already implemented in cmd2, 
which is supposed to be generally upward compatible from cmd.  (I don't know 
how accurate that is in practice.)  The main reason for bringing this up is 
that it seems to me that, rather than trying to duplicate effort by 
re-implementing new features for cmd that are already in cmd2, we should point 
at cmd2 for new users who want those features.  So, as Guido pointed out, with 
a customer of cmd in the std library (e.g. pdb), we shouldn't remove it.  But 
we can still set expectations that there aren't going to be new features in 
cmd.  Does that sound reasonable to everyone?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33233>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to