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 vinay.sajip
Recipients Dominic.Cerquetti, andrea.corbellini, python-dev, vinay.sajip
Date 2014-05-28.07:16:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401261373.59.0.761574977537.issue18807@psf.upfronthosting.co.za>
In-reply-to
Content
I've made the change - not exactly the same as your patch, which was missing an os.chmod() and doing an unnecessary os.path.join() - but thanks for submitting a patch :-).

However, note that on 64-bit Linux systems (actually any POSIX other than OS X) a symlink lib64 -> lib is still created. Perhaps this could be omitted, but I'm not sure if that would cause problems with pip. I've posted a note on the relevant issue - #21197.
History
Date User Action Args
2014-05-28 07:16:13vinay.sajipsetrecipients: + vinay.sajip, andrea.corbellini, python-dev, Dominic.Cerquetti
2014-05-28 07:16:13vinay.sajipsetmessageid: <1401261373.59.0.761574977537.issue18807@psf.upfronthosting.co.za>
2014-05-28 07:16:13vinay.sajiplinkissue18807 messages
2014-05-28 07:16:11vinay.sajipcreate