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 ned.deily
Recipients Catherine.Devlin, docs@python, lukasz.langa, ned.deily
Date 2018-04-05.18:51:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522954289.49.0.682650639539.issue33233@psf.upfronthosting.co.za>
In-reply-to
Content
The cmd module in the standard library has languished for many years.  In the mean time, third-party replacements for it have arisen.  Perhaps the most popular is cmd2 which seems to be actively maintained, provides upward compatibility from cmd along with many desirable new features, and is permissively licensed.

I suggest we consider at a minimum adding a "See also:" note referencing cmd2 to the cmd documentation in the Standard Library document, similar to what we do for the third-party "requests" module in the "urllib.request" documentation.

We could be even bolder and officially deprecate "cmd" and consider closing open enhancement issues for it on b.p.o.




https://pypi.org/project/cmd2/
https://cmd2.readthedocs.io/
History
Date User Action Args
2018-04-05 18:51:29ned.deilysetrecipients: + ned.deily, docs@python, lukasz.langa, Catherine.Devlin
2018-04-05 18:51:29ned.deilysetmessageid: <1522954289.49.0.682650639539.issue33233@psf.upfronthosting.co.za>
2018-04-05 18:51:29ned.deilylinkissue33233 messages
2018-04-05 18:51:29ned.deilycreate