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 Claudiu.Popa
Recipients Claudiu.Popa, christian.heimes
Date 2013-10-25.06:50:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382683804.75.0.0839931188337.issue19384@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, you can create files in a read-only directory if you are root, that's why os.chmod(directory, stat.S_IREAD is redundant there.
History
Date User Action Args
2013-10-25 06:50:04Claudiu.Popasetrecipients: + Claudiu.Popa, christian.heimes
2013-10-25 06:50:04Claudiu.Popasetmessageid: <1382683804.75.0.0839931188337.issue19384@psf.upfronthosting.co.za>
2013-10-25 06:50:04Claudiu.Popalinkissue19384 messages
2013-10-25 06:50:04Claudiu.Popacreate