New submission from Quang Nguyen <nguyentriquanghik...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue31617>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to