New submission from Serhiy Storchaka:

>>> pathlib.PureWindowsPath('C:/a/b').joinpath('D:x/y')
PureWindowsPath('D:/a/b/D:/x/y')

See also issue19456.

----------
components: Library (Lib)
messages: 205364
nosy: pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: pathlib.PureWindowsPath doesn't join relative paths correctly when a 
drive is present
type: behavior
versions: Python 3.4

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

Reply via email to