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

Serhiy Storchaka report at bugs.python.org
Mon Jan 27 22:21:39 CET 2014


Serhiy Storchaka added the comment:

Committed first patch (with small change, ntpath.join('c:', 'C:') now returns 'C:').

There is yet one argument for first option: it is almost impossible (with current design) to implement second option in pathlib.

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list