[issue38931] pathlib.Path on Windows - parser issue

tempest report at bugs.python.org
Thu Nov 28 08:19:25 EST 2019


tempest <online_m at majck.com> added the comment:

But for course! (Slaps forehead!)

Yes, giving the Windows path as a raw string works. For all the times I've done '\t'.join(str(f) for f in some_array) to get a tab-delimited text string, I should have had a clue. Sorry for the noise, and thanks for setting me straight.

----------

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


More information about the Python-bugs-list mailing list