New submission from Eugene Bright:
Hello!
I found strange os.path.join() behavior on Windows.
It works fine in common case.
>>> os.path.join("C", "filename")
'C\\filename'
But if first argument is "C:" there are no backslashes added at all
Changes by Eugene Bright :
--
type: -> behavior
versions: +Python 3.4
___
Python tracker
<http://bugs.python.org/issue23535>
___
___
Python-bugs-list mai
Eugene Bright added the comment:
Sorry for disturbing.
I'll read docs more careful next time.
--
___
Python tracker
<http://bugs.python.org/issue23535>
___
___