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 markon
Recipients georg.brandl, joe.amenta, loewis, markon, phd
Date 2009-06-22.17:19:07
SpamBayes Score 4.471564e-05
Marked as misclassified No
Message-id <1245691149.24.0.667098574887.issue6070@psf.upfronthosting.co.za>
In-reply-to
Content
hmm.. the problem is that Windows doesn't support well permissions as
all the other POSIX compliant OSs ...
I've searched for a solution on the web, and I've found a complete
answer on:
http://stackoverflow.com/questions/592448/c-how-to-set-file-permissions-cross-platform

The patch doesn't work well since it only checks for User's permissions
so it works well for that. 
Maybe using the Windows API you can change the permissions as you want.
But since I don't know them, I can't help anymore :(
History
Date User Action Args
2009-06-22 17:19:09markonsetrecipients: + markon, loewis, georg.brandl, phd, joe.amenta
2009-06-22 17:19:09markonsetmessageid: <1245691149.24.0.667098574887.issue6070@psf.upfronthosting.co.za>
2009-06-22 17:19:08markonlinkissue6070 messages
2009-06-22 17:19:07markoncreate