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 socketpair
Recipients Low.Kian.Seong, Tigger.Level-5, YoSTEALTH, berker.peksag, eric.araujo, eric.smith, ezio.melotti, giampaolo.rodola, ncoghlan, orsenthil, pitrou, r.david.murray, socketpair, vstinner
Date 2015-12-13.17:42:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450028556.94.0.751073429156.issue13033@psf.upfronthosting.co.za>
In-reply-to
Content
note, that there are many other usecases for that function, like chattr, chmod g+w, touch and so on.

But I'm personally consider this will bloat python library, since everyone can write it's own cycle over os.walk() in his program.

Also, chown itself is allowed only for superuser (although chgrp is allowed in some cases to generic user), so this is very rare usecase, as I think.
History
Date User Action Args
2015-12-13 17:42:37socketpairsetrecipients: + socketpair, ncoghlan, orsenthil, pitrou, vstinner, eric.smith, giampaolo.rodola, ezio.melotti, eric.araujo, r.david.murray, berker.peksag, Low.Kian.Seong, Tigger.Level-5, YoSTEALTH
2015-12-13 17:42:36socketpairsetmessageid: <1450028556.94.0.751073429156.issue13033@psf.upfronthosting.co.za>
2015-12-13 17:42:36socketpairlinkissue13033 messages
2015-12-13 17:42:36socketpaircreate