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 steve.dower
Recipients paul.moore, rmccampbell7, serhiy.storchaka, steve.dower, tim.golden, xtreak, zach.ware
Date 2018-09-26.20:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537994937.82.0.545547206417.issue31405@psf.upfronthosting.co.za>
In-reply-to
Content
It certainly doesn't match "which" semantics, but given the F_OK and X_OK flags I can see cases where it ought not to. I'm not sure it does what it implies for those either though.

I can see uses for "find files according to 'which'" and "find executable files according to 'which'".

Either way, I don't see an easy way to change the semantics any earlier than 3.8, so changing the target.
History
Date User Action Args
2018-09-26 20:48:57steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, serhiy.storchaka, rmccampbell7, xtreak
2018-09-26 20:48:57steve.dowersetmessageid: <1537994937.82.0.545547206417.issue31405@psf.upfronthosting.co.za>
2018-09-26 20:48:57steve.dowerlinkissue31405 messages
2018-09-26 20:48:57steve.dowercreate