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 mhammond
Recipients aimacintyre, atuining, mhammond, nick.martin, tarek
Date 2009-04-23.23:01:39
SpamBayes Score 0.00010433709
Marked as misclassified No
Message-id <1240527700.92.0.997105217959.issue1109963@psf.upfronthosting.co.za>
In-reply-to
Content
So it looks like I broke the ability to override --build-lib :(  Without
testing, I think you might also need to handle the cross-compile case -
the version may be the same, but the platform different.  I know
distutils is a PITA so might make this difficult, but it might be better
that we only set build_lib if the user didn't - ie, trust the user knows
what they are doing if they specify that option, even in these
'mismatched version/platform' cases.
History
Date User Action Args
2009-04-23 23:01:41mhammondsetrecipients: + mhammond, aimacintyre, atuining, tarek, nick.martin
2009-04-23 23:01:40mhammondsetmessageid: <1240527700.92.0.997105217959.issue1109963@psf.upfronthosting.co.za>
2009-04-23 23:01:39mhammondlinkissue1109963 messages
2009-04-23 23:01:39mhammondcreate