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, barry, docs@python, gvanrossum, lukasz.langa, ned.deily, rhettinger, steven.daprano
Date 2018-04-07.02:31:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523068309.8.0.682650639539.issue33233@psf.upfronthosting.co.za>
In-reply-to
Content
> But I'm not ready to give up on the idea that Python comes with batteries included. We should not let those batteries corrode and leak.

I totally agree with you.  And it would be great if cmd2 could be incorporated into the std lib as an updated cmd.  cmd seems to be largely abandoned in the std lib: looking at the commit history for it shows few changes in the past decade or so and I'm not aware that any current core developer feels ownership of it: I might be wrong.  But it certainly is true that cmd2 has seen much more activity recently than cmd has.  So I would think that the ideal solution would be for the cmd2 project to take ownership of cmd in the std library.  OTOH, it seems like we haven't always had good long-term results in the past when trying to bring existing third-party packages into the std lib.  But it could be worth trying again, if someone were willing to shepherd it.
History
Date User Action Args
2018-04-07 02:31:49ned.deilysetrecipients: + ned.deily, gvanrossum, barry, rhettinger, steven.daprano, docs@python, lukasz.langa, Catherine.Devlin
2018-04-07 02:31:49ned.deilysetmessageid: <1523068309.8.0.682650639539.issue33233@psf.upfronthosting.co.za>
2018-04-07 02:31:49ned.deilylinkissue33233 messages
2018-04-07 02:31:49ned.deilycreate