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 paul.moore
Recipients Steve Barnes, eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2017-05-21.10:52:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495363974.79.0.214787358055.issue30362@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also not a fan of the -0 option. I'm OK with the ability to list available interpreters, but there's nothing about -0 as an option that says to me that's what it's for.

I'm not a huge fan of including the list in the standard help, as py -h already generates the launcher help followed by the Python help and so is pretty verbose.

Maybe just bite the bullet and use "py --list"? It doesn't clash with any existing Python argument, and the core interpreter doesn't typically use long options, so we're probably reasonably safe grabbing --list.
History
Date User Action Args
2017-05-21 10:52:54paul.mooresetrecipients: + paul.moore, terry.reedy, tim.golden, zach.ware, eryksun, steve.dower, Steve Barnes
2017-05-21 10:52:54paul.mooresetmessageid: <1495363974.79.0.214787358055.issue30362@psf.upfronthosting.co.za>
2017-05-21 10:52:54paul.moorelinkissue30362 messages
2017-05-21 10:52:54paul.moorecreate