From: Antoine Pitrou Date: Thu, 30 Oct 2014 22:15:25 +0000 (+0100) Subject: Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return... X-Git-Tag: v3.5.0a1~563 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c689101a5eed64923993d61c4fe46d794d1293f5;p=thirdparty%2FPython%2Fcpython.git Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now return False when the underlying stat call raises NotADirectoryError. --- c689101a5eed64923993d61c4fe46d794d1293f5