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 Oz.Tiram, ned.deily
Date 2018-04-05.18:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522953040.19.0.682650639539.issue33227@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your suggested enhancement to the cmd module.  cmd has been around a *long* time and, unfortunately, has received very little maintenance or enhancement attention for many years.  In the meantime, third-party replacements for cmd have arisen.  One of the most popular is cmd2, available from PyPI, which has also been around a long time and appears to be actively maintained.  In particular, it looks like cmd2 already offers robust parsing of arguments.  While enhancing the standard library cmd module sounds like it might be a good idea, in this particular case, you and other potential users of cmd might be better off using cmd2.  In any case, unless a core developer is interested in shepherding this change, your proposed change is likely to languish.

https://pypi.org/project/cmd2/
https://cmd2.readthedocs.io/en/latest/argument_processing.html
History
Date User Action Args
2018-04-05 18:30:40ned.deilysetrecipients: + ned.deily, Oz.Tiram
2018-04-05 18:30:40ned.deilysetmessageid: <1522953040.19.0.682650639539.issue33227@psf.upfronthosting.co.za>
2018-04-05 18:30:40ned.deilylinkissue33227 messages
2018-04-05 18:30:40ned.deilycreate