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 neologix
Recipients neologix, paul.moore
Date 2014-07-22.20:02:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406059353.93.0.750810397601.issue22040@psf.upfronthosting.co.za>
In-reply-to
Content
On Unix at least, this doesn't apply: rm -f doesn't mean "ignore permissions", but but rather don't ask confirmation which the rm commands asks in some cases (empty file, directory, etc).
Ans the code posted wouldn't work, since the permission to remove a file applies to to the file, but to the parent directory (must have write permission). And we certainly don't want to change the directory permission anyway.

Not sure about Windows, though.
History
Date User Action Args
2014-07-22 20:02:33neologixsetrecipients: + neologix, paul.moore
2014-07-22 20:02:33neologixsetmessageid: <1406059353.93.0.750810397601.issue22040@psf.upfronthosting.co.za>
2014-07-22 20:02:33neologixlinkissue22040 messages
2014-07-22 20:02:33neologixcreate