[issue21516] pathlib.Path(...).is_dir() crashes on some directories (Windows)

Antoine Pitrou report at bugs.python.org
Sat May 17 03:18:04 CEST 2014


Antoine Pitrou added the comment:

Apparently os.path.isdir() has been special-cased under Windows to use other, native APIs (see #11583).

----------
nosy: +steve.dower, tim.golden, zach.ware

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21516>
_______________________________________


More information about the Python-bugs-list mailing list