[issue19456] ntpath doesn't join paths correctly when a drive is present

R. David Murray report at bugs.python.org
Mon Jan 27 21:31:08 CET 2014


R. David Murray added the comment:

I think a python programmer is going to expect that

  join(a, b, c) == join(join(a, b), c)

so the answer to Serhiy's example should be 'c:z'.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19456>
_______________________________________


More information about the Python-bugs-list mailing list