Ronald Oussoren <ronaldousso...@mac.com> added the comment:

I'm fairly sure this is intended behaviour, see 
<https://docs.python.org/3.8/library/os.path.html#os.path.join>.

The second arguments is "{:3", the colon means this is interpreted as the the 
relative path "3" on drive "}:".  I'm not sure if "}" could ever be valid drive 
letter, but ":" can definitely be used in filenames.

----------
nosy: +ronaldoussoren -2262720766

_______________________________________
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