Message7810

Author fwierzbicki
Recipients eeiddne, fwierzbicki
Date 2013-02-26.19:35:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361907330.48.0.210250069175.issue2019@psf.upfronthosting.co.za>
In-reply-to
Content
The only way that I can think of is to do a system call for chmod so:

from os import system
system('chmod 660 file.txt')

If that's not good enough then upgrading is probably your only option.
History
Date User Action Args
2013-02-26 19:35:30fwierzbickisetmessageid: <1361907330.48.0.210250069175.issue2019@psf.upfronthosting.co.za>
2013-02-26 19:35:30fwierzbickisetrecipients: + fwierzbicki, eeiddne
2013-02-26 19:35:30fwierzbickilinkissue2019 messages
2013-02-26 19:35:30fwierzbickicreate