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 pitrou
Recipients Arfrever, flox, hynek, loewis, neologix, pitrou, radoslaw.zarzynski
Date 2013-03-24.10:34:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364121260.42.0.349081804637.issue15100@psf.upfronthosting.co.za>
In-reply-to
Content
Windows doesn't have fchmod(), but chmod() doesn't do much on it either:

“Although Windows supports chmod(), you can only set the file’s read-only flag with it (via the stat.S_IWRITE and stat.S_IREAD constants or a corresponding integer value). All other bits are ignored.”

(Windows has a sophisticated file permissions scheme, but you probably need to use native APIs to effect them)
History
Date User Action Args
2013-03-24 10:34:20pitrousetrecipients: + pitrou, loewis, Arfrever, flox, neologix, hynek, radoslaw.zarzynski
2013-03-24 10:34:20pitrousetmessageid: <1364121260.42.0.349081804637.issue15100@psf.upfronthosting.co.za>
2013-03-24 10:34:20pitroulinkissue15100 messages
2013-03-24 10:34:20pitroucreate