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

R. David Murray report at bugs.python.org
Mon Jun 8 17:34:28 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

That would mean that python's notion of which OS it was running on
(windows or cygwin) would have to change depending on which shell it was
lanched from. This affects far more than the path seperator, and as far
as I know is not practical with the current python design (you are
welcome to try to work up a patch, though).

If you want cygwin behavior from python, run the cygwin python.

----------
resolution:  -> invalid
stage:  -> committed/rejected

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


More information about the Python-bugs-list mailing list