[issue22759] pathlib: Path.exists broken

Georg Brandl report at bugs.python.org
Wed Oct 29 17:00:23 CET 2014


Georg Brandl added the comment:

os.path.exists() ignores *all* OSErrors from stat.  This is probably too broad, but only ignoring ENOENT is probably too narrow.

----------
nosy: +georg.brandl

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


More information about the Python-bugs-list mailing list