Eric V. Smith <e...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to