[New-bugs-announce] [issue19908] pathlib.PureWindowsPath doesn't join relative paths correctly when a drive is present

Serhiy Storchaka report at bugs.python.org
Fri Dec 6 12:50:09 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19908>
_______________________________________


More information about the New-bugs-announce mailing list