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 v+python
Recipients VanL, brian.curtin, eric.araujo, giampaolo.rodola, loewis, mhammond, tim.golden, v+python
Date 2012-03-20.17:17:46
SpamBayes Score 2.3609745e-09
Marked as misclassified No
Message-id <1332263867.4.0.903267123787.issue14302@psf.upfronthosting.co.za>
In-reply-to
Content
msg156410 sounds good to me... +1

If the conversion is optional in 3.3, that would seem to solve the problem; if BinaryDir is added, people can use that for 3.3; if people want to use software that hasn't migrated yet, they choose the default path of least resistance, leaving things where they are but with BinaryDir pointing there.

PATH manipulations would be simpler, being a single PATH entry, so tying that to choosing the non-default option seems practical.

This would allow people that don't need the compatibility with installers that don't understand the new structure, to continue to function, gives the installer people a test bed if they don't get things done by the time 3.3 ships, gives people that prefer the consistency across platform structures the ability to have it, as long as they don't need the intsaller... in short, one question at install time could allow us to have our cake and eat it too!

Clearly the launcher may need some adjustments for this, but BinaryDir should suffice to help it do the right thing for both types of installation.
History
Date User Action Args
2012-03-20 17:17:47v+pythonsetrecipients: + v+python, loewis, mhammond, giampaolo.rodola, tim.golden, eric.araujo, brian.curtin, VanL
2012-03-20 17:17:47v+pythonsetmessageid: <1332263867.4.0.903267123787.issue14302@psf.upfronthosting.co.za>
2012-03-20 17:17:46v+pythonlinkissue14302 messages
2012-03-20 17:17:46v+pythoncreate