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, r.david.murray, zach.ware
Date 2014-07-22.20:20:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM2L-3iHQdaLDCKNyjsAuZVU1qnRczhGeTewT7+xF=AoYQ@mail.gmail.com>
In-reply-to <1406059944.54.0.745049329906.issue22040@psf.upfronthosting.co.za>
Content
> Actually it does apply on unix:

No, it does not apply: here's what I've written:
"""
 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).
"""

Having a file non-writable fits in those "some cases" where rm is
extra careful and asks confirmation.: calling shutil.rmtree() on your
example will succeed, so it does not apply on Unix.
History
Date User Action Args
2014-07-22 20:20:18neologixsetrecipients: + neologix, paul.moore, r.david.murray, zach.ware
2014-07-22 20:20:18neologixlinkissue22040 messages
2014-07-22 20:20:18neologixcreate