[issue12326] Linux 3: tests should avoid using sys.platform == 'linux2'

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 14 08:28:02 CEST 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The change to sys.platform=='linux' would break code even on current platforms.
OTOH, we have sys.platform=='win32' even on Windows 64bit; would this favor keeping 'linux2' on all versions of Linux as well?

----------

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


More information about the Python-bugs-list mailing list