Roundup Robot added the comment:

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

----------
nosy: +python-dev

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22759>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to