[issue38931] pathlib.Path on Windows - parser issue

Zachary Ware report at bugs.python.org
Wed Nov 27 13:00:05 EST 2019


Zachary Ware <zachary.ware at gmail.com> added the comment:

Note that you're using backslashes in a non-raw string; in particular, you're naming your file `\x09est.eps`.  Try `Path(r'C:\Temp\MyProj.wc\test.eps')` and see if that works for you.

----------

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


More information about the Python-bugs-list mailing list