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 steve.dower
Recipients eryksun, ezio.melotti, paul.moore, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2017-05-23.16:31:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495557091.31.0.447748008605.issue30405@psf.upfronthosting.co.za>
In-reply-to
Content
> Steve, I gather you don't think it's a problem to use arbitrarily named tags on the command line. The launcher shouldn't look for an "h" tag for `py -h`

Sure, we can reserve some tags - the -x/y syntax would let you refer to a conflicting one. But other than PythonCore\x.y for (x, y) <= (3, 4), there shouldn't be any need for version or binary checks. Those were needed because we didn't write correct tags, but as of Python 3.5 we write good tags and PEP 514 essentially requires it.
History
Date User Action Args
2017-05-23 16:31:31steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun
2017-05-23 16:31:31steve.dowersetmessageid: <1495557091.31.0.447748008605.issue30405@psf.upfronthosting.co.za>
2017-05-23 16:31:31steve.dowerlinkissue30405 messages
2017-05-23 16:31:31steve.dowercreate