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-20.23:52:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495324370.21.0.535736159202.issue30405@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-20 23:52:50steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, vstinner, tim.golden, ezio.melotti, zach.ware, eryksun
2017-05-20 23:52:50steve.dowersetmessageid: <1495324370.21.0.535736159202.issue30405@psf.upfronthosting.co.za>
2017-05-20 23:52:50steve.dowerlinkissue30405 messages
2017-05-20 23:52:50steve.dowercreate