[Python-Dev] Soliciting comments on the future of the cmd module (bpo-33233)
Raymond Hettinger
raymond.hettinger at gmail.com
Fri Apr 6 20:57:04 EDT 2018
> On Apr 6, 2018, at 3:02 PM, Ned Deily <nad at python.org> wrote:
>
> We could be even bolder and officially deprecate "cmd" and consider closing open enhancement issues for it on b.p.o."
FWIW, the pdb module depends on the cmd module.
Also, I still teach people how to use cmd and I think it still serves a useful purpose. So, unless it is considered broken, I don't think it should be deprecated.
Raymond
More information about the Python-Dev
mailing list