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 l0nwlf
Recipients l0nwlf, mastrodomenico
Date 2010-04-19.18:53:51
SpamBayes Score 0.00051488966
Marked as misclassified No
Message-id <1271703232.75.0.640973348757.issue8464@psf.upfronthosting.co.za>
In-reply-to
Content
Is "self.fd = os.open(name, mode, 0666)" Ok ? Should not it be "self.fd = os.open(name, mode, 0644)", because that is what the default permissions are.
History
Date User Action Args
2010-04-19 18:53:52l0nwlfsetrecipients: + l0nwlf, mastrodomenico
2010-04-19 18:53:52l0nwlfsetmessageid: <1271703232.75.0.640973348757.issue8464@psf.upfronthosting.co.za>
2010-04-19 18:53:51l0nwlflinkissue8464 messages
2010-04-19 18:53:51l0nwlfcreate