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 rhettinger
Recipients bob.ippolito, dhimmel, ezio.melotti, flavianhautbois, methane, r.david.murray, rhettinger, serhiy.storchaka
Date 2019-08-02.07:53:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564732386.36.0.140849769543.issue29636@roundup.psfhosted.org>
In-reply-to
Content
[Serhiy]
> I don't think this PR should be merged. It adds too much options.

[Daniel]
> Since opening this issue, I've encountered several additional 
> instances where indentation control would have been nice.
> I don't agree that jq is a sufficient substitute.

I'm inclined to agree with Serhiy.  While there are some handy command-line calls, they are secondary offshoots to the standard library and tend to be lightweight rather than full featured.  They serve various purposes from quick demos to support of development and testing.  In general, they aren't intended to be applications unto themselves: we don't document all command line tools in one place, we don't version number them, we don't maintain forums or web pages for them, we typically don't lock in their behaviors with a unit tests, we don't guarantee that they will be available across versions, and we periodically change their APIs (for example when switching from getopt to argparse).
History
Date User Action Args
2019-08-02 07:53:06rhettingersetrecipients: + rhettinger, bob.ippolito, ezio.melotti, r.david.murray, methane, serhiy.storchaka, dhimmel, flavianhautbois
2019-08-02 07:53:06rhettingersetmessageid: <1564732386.36.0.140849769543.issue29636@roundup.psfhosted.org>
2019-08-02 07:53:06rhettingerlinkissue29636 messages
2019-08-02 07:53:05rhettingercreate