Paul Moore <p.f.mo...@gmail.com> added the comment:

I think the key point here is that os.path.join is *meant* to have 
platform-native semantics, so it treats '{:' as a drive letter on Windows, but 
Linux doesn't have drive letters, so os.path.join treats '{:' as a normal part 
of a filename on Linux.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41565>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to