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 r.david.murray
Recipients neologix, paul.moore, r.david.murray, zach.ware
Date 2014-07-22.20:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406059944.54.0.745049329906.issue22040@psf.upfronthosting.co.za>
In-reply-to
Content
Actually it does apply on unix:

rdmurray@session:~/tmp>ls -ld foo
drwxr-x--- 2 rdmurray rdmurray 4096 Jul 22 16:09 foo
rdmurray@session:~/tmp>ls -l foo
total 0
-r--r----- 1 rdmurray rdmurray 0 Jul 22 16:09 bar
rdmurray@session:~/tmp>rm -r foo
rm: remove write-protected regular empty file ‘foo/bar’? 

If I say yes it will remove it, since I have write perms on the directory.  rm -rf will not prompt and will delete it.

I believe the situation is analogous on Windows, but I"m not sure.
History
Date User Action Args
2014-07-22 20:12:24r.david.murraysetrecipients: + r.david.murray, paul.moore, neologix, zach.ware
2014-07-22 20:12:24r.david.murraysetmessageid: <1406059944.54.0.745049329906.issue22040@psf.upfronthosting.co.za>
2014-07-22 20:12:24r.david.murraylinkissue22040 messages
2014-07-22 20:12:24r.david.murraycreate