Message294059
I am most interested in making py.exe follow PEP 514 and look up tags. Given this, we could register builds as "PythonCore\Dev" and then use "py.exe -dev" to run the most recent build. At worst, we only have one lingering registration (and a positive - it would be available to any tools that follow PEP 514 to locate Python installs).
Alternatively, it could go to "PythonDev\..." and we have another way to look it up.
The default tags used to register Python deliberately match the py.exe launcher (e.g. "3.6" and "3.6-32", though it now also supports "3.6-64" to prevent fallback to the 32-bit interpreter). This should make it *nearly* a non-issue to change the launcher to look up Tags rather than versions. Probably needs a prototype to see just how bad it would be - I haven't had time to do it. |
|
Date |
User |
Action |
Args |
2017-05-20 23:52:50 | steve.dower | set | recipients:
+ steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun |
2017-05-20 23:52:50 | steve.dower | set | messageid: <1495324370.21.0.535736159202.issue30405@psf.upfronthosting.co.za> |
2017-05-20 23:52:50 | steve.dower | link | issue30405 messages |
2017-05-20 23:52:50 | steve.dower | create | |
|