[issue19553] PEP 453: "make install" and "make altinstall" integration

Ned Deily report at bugs.python.org
Fri Nov 22 09:02:37 CET 2013


Ned Deily added the comment:

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.

----------
priority: release blocker -> 
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19553>
_______________________________________


More information about the Python-bugs-list mailing list