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 melicertes
Recipients
Date 2004-06-23.02:26:07
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Normal procedure is to do "python setup.py build" as a
non-root user, doing only "python setup.py install" as
root.  If the non-root user has a restrictive umask
(i.e. 077), the built files will be mode 0600 (in
directories created 0700), etc, and "setup.py install"
will not make them world readable, so you end up with
things like doc files installed mode 0600 in a new
directory under /usr/share/doc/ that's mode 0700 and no
one but root can  read/use them.
History
Date User Action Args
2007-08-23 14:22:48adminlinkissue977937 messages
2007-08-23 14:22:48admincreate