[issue37688] The results from os.path.isdir(...) an Path(...).is_dir() are not equivalent for empty path strings.

Kirill Balunov report at bugs.python.org
Fri Jul 26 03:27:13 EDT 2019


Kirill Balunov <kirill.balunov at gmail.com> added the comment:

Forgot to write the result for Path variant:

>>> Path(dummy).is_dir()
 True

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue37688>
_______________________________________


More information about the Python-bugs-list mailing list