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 r.david.murray
Recipients brett.cannon, r.david.murray
Date 2009-07-20.23:15:26
SpamBayes Score 2.282405e-06
Marked as misclassified No
Message-id <1248131727.86.0.912016091497.issue6526@psf.upfronthosting.co.za>
In-reply-to
Content
If you have a .py file with permissions r--r--r-- and you import it, the
pyc file will (in 2.6+ and 3.x) have permissions r--r--r--.  However, if
'.' is in the path and import_module has been used, the file will
instead have permissions rw--r--r-- (assuming the umask is 022).

Does that make the issue clearer?

As indicated, this is a low priority bug :)
History
Date User Action Args
2009-07-20 23:15:27r.david.murraysetrecipients: + r.david.murray, brett.cannon
2009-07-20 23:15:27r.david.murraysetmessageid: <1248131727.86.0.912016091497.issue6526@psf.upfronthosting.co.za>
2009-07-20 23:15:26r.david.murraylinkissue6526 messages
2009-07-20 23:15:26r.david.murraycreate