[issue6208] path separator output ignores shell's path separator: / instead of \

Nick Coghlan report at bugs.python.org
Sat Jun 13 03:35:39 CEST 2009


Nick Coghlan <ncoghlan at gmail.com> added the comment:

I'm not sure Python *can* change its behaviour in this case. How would
it know which shell (cmd or msys/cygwin) it was launched from?

Also, even if it could figure that out, how would it know whether a
particular filename "stringification" with os.path.join() was intended
for display to the user or to be passed to a Windows API?

----------
nosy: +ncoghlan

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6208>
_______________________________________


More information about the Python-bugs-list mailing list