]> granicus.if.org Git - python/commit
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Oct 2014 22:14:03 +0000 (23:14 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Oct 2014 22:14:03 +0000 (23:14 +0100)
commit2b2852b1b4d5bfd006beb202c520c53db8be2901
tree1bb22472015e8dafea7e0cec43dec125930f4746
parent35903c809f85de1532c2df4f82550e079a3711a7
Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError.
Lib/pathlib.py
Lib/test/test_pathlib.py
Misc/NEWS