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 brett.cannon
Recipients brett.cannon, r.david.murray
Date 2009-07-20.23:05:21
SpamBayes Score 0.00025115375
Marked as misclassified No
Message-id <1248131123.4.0.670541975194.issue6526@psf.upfronthosting.co.za>
In-reply-to
Content
import_module are implemented completely differently between 2.6 and 3.1, 
so the difference is not surprising.

As for the permission stuff, the files are simply created using open(..., 
'wb') so it has everything to do with what the system default for the 
executing user happens to be. What exactly are the permissions you are 
trying to set all bytecode files to?
History
Date User Action Args
2009-07-20 23:05:23brett.cannonsetrecipients: + brett.cannon, r.david.murray
2009-07-20 23:05:23brett.cannonsetmessageid: <1248131123.4.0.670541975194.issue6526@psf.upfronthosting.co.za>
2009-07-20 23:05:21brett.cannonlinkissue6526 messages
2009-07-20 23:05:21brett.cannoncreate