[issue8110] subprocess.py doesn't correctly detect Windows machines

STINNER Victor report at bugs.python.org
Tue Jun 17 09:17:36 CEST 2014


STINNER Victor added the comment:

> sys.platform == "cli" or sys.platform == "silverlight"

It cannot happen in CPython, so I think that it's fine to leave CPython stdlib unchanged. I consider that the issue is fixed because the bug report was for IronPython and the bug was fixed there.

----------
nosy: +haypo
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list