[issue32442] Result of pathlib.Path.resolve() with UNC path is not very useful

Eric V. Smith report at bugs.python.org
Thu Dec 28 18:20:05 EST 2017


Eric V. Smith <eric at trueblade.com> added the comment:

I'm not sure how pathlib.Path('Z:\foo') gives an answer with 'foo' in it, since '\f' is a formfeed. Is this the exact output that you're showing?

Can you try with r'Z:\foo', 'Z:\\foo', or 'Z:/foo' and see what that produces?

----------
nosy: +eric.smith

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


More information about the Python-bugs-list mailing list