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 h.venev
Recipients h.venev
Date 2014-10-29.15:30:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za>
In-reply-to
Content
$ touch a
c: stat("a/x", ...) -> errno=ENOTDIR
$ python
>>> pathlib.Path('a/x').exists()

This should return False and not throw an exception.

Patch not tested.
History
Date User Action Args
2014-10-29 15:30:32h.venevsetrecipients: + h.venev
2014-10-29 15:30:32h.venevsetmessageid: <1414596632.63.0.58764649431.issue22759@psf.upfronthosting.co.za>
2014-10-29 15:30:32h.venevlinkissue22759 messages
2014-10-29 15:30:32h.venevcreate