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 python-dev
Recipients georg.brandl, h.venev, pitrou, python-dev
Date 2014-10-30.22:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20141030221531.101688.82807@psf.io>
In-reply-to
Content
New changeset 40497cc445f4 by Antoine Pitrou in branch '3.4':
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
https://hg.python.org/cpython/rev/40497cc445f4

New changeset ff5f5fd230d3 by Antoine Pitrou in branch 'default':
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
https://hg.python.org/cpython/rev/ff5f5fd230d3
History
Date User Action Args
2014-10-30 22:15:43python-devsetrecipients: + python-dev, georg.brandl, pitrou, h.venev
2014-10-30 22:15:42python-devlinkissue22759 messages
2014-10-30 22:15:42python-devcreate