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 ned.deily
Recipients dstufft, larry, loewis, ncoghlan, ned.deily, python-dev
Date 2013-11-22.08:02:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385107357.05.0.730480659927.issue19553@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch with minor changes is now pushed.  I believe all of the review points have either been resolved or are covered by separate pip issues with the exception of item 8.  For item 6 (permissions not being forced), I decided that there are so many other files that are also not having permissions forced that it is silly to single out ensurepip.  Issue15890 should cover a comprehensive solution for all files.  In the meantime, the solution remains to set umask appropriately (e.g. 022) before running "make install" or "make altinstall".  I'm removing "release blocker" status and propose closing this issue once a decision about and/or home for item 8 is found.
History
Date User Action Args
2013-11-22 08:02:37ned.deilysetrecipients: + ned.deily, loewis, ncoghlan, larry, python-dev, dstufft
2013-11-22 08:02:37ned.deilysetmessageid: <1385107357.05.0.730480659927.issue19553@psf.upfronthosting.co.za>
2013-11-22 08:02:37ned.deilylinkissue19553 messages
2013-11-22 08:02:36ned.deilycreate