rasibley / rpms / python3

Forked from rpms/python3 6 years ago
Clone
Blob Blame History Raw
PURPOSE of /CoreOS/python/sys
Description: Sanity test for the sys module
Author: Petr Splichal <psplicha@redhat.com>

Basic sanity test for the sys module. For now included just coverage for
(sys.platform == "linux2") also on machines running Linux 3 kernels
for python2.7 and python3.2. Starting with python3.3, sys.platform will be just
"linux". See http://bugs.python.org/issue12326