]> 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:15:25 +0000 (23:15 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 30 Oct 2014 22:15:25 +0000 (23:15 +0100)
commitc689101a5eed64923993d61c4fe46d794d1293f5
treef9a6999d448440e17f818e593c935d779e93edf5
parente075f1617f90ba4d6ce03ef6e5cc7947f0fd4beb
parent2b2852b1b4d5bfd006beb202c520c53db8be2901
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