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 domdfcoding2, eryksun, gaborjbernat, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-01-07.16:51:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610038301.12.0.831848297329.issue42855@roundup.psfhosted.org>
In-reply-to
Content
Yeah, I think saying "return True if it provably exists and False if existence cannot be proven (and never raise)" is a good general rule for boolean-returning functions.

This definitely raises some edge cases where we can infer from certain error codes that a path exists, but I don't think it obliges us to prioritise fixing those in order to handle more obvious cases.
History
Date User Action Args
2021-01-07 16:51:41steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, gaborjbernat, domdfcoding2
2021-01-07 16:51:41steve.dowersetmessageid: <1610038301.12.0.831848297329.issue42855@roundup.psfhosted.org>
2021-01-07 16:51:41steve.dowerlinkissue42855 messages
2021-01-07 16:51:40steve.dowercreate