[New-bugs-announce] [issue31617] os.path.join() return wrong value in windows

Quang Nguyen report at bugs.python.org
Thu Sep 28 07:09:21 EDT 2017


New submission from Quang Nguyen <nguyentriquanghikaru at yahoo.com>:

In windows if we use os.path.join('C:\\Test\\UnitTest', '/Page') ==> It returns 'C:/Page' ==> It should be 'C:\\Test\\UnitTest/Page'.

----------
components: Windows
messages: 303216
nosy: paul.moore, steve.dower, tim.golden, triquang, zach.ware
priority: normal
severity: normal
status: open
title: os.path.join() return wrong value in windows
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue31617>
_______________________________________


More information about the New-bugs-announce mailing list