Message294262
> 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. |
|
Date |
User |
Action |
Args |
2017-05-23 16:31:31 | steve.dower | set | recipients:
+ steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun |
2017-05-23 16:31:31 | steve.dower | set | messageid: <1495557091.31.0.447748008605.issue30405@psf.upfronthosting.co.za> |
2017-05-23 16:31:31 | steve.dower | link | issue30405 messages |
2017-05-23 16:31:31 | steve.dower | create | |
|