summaryrefslogtreecommitdiffstats
path: root/Lib/plat-linux/TYPES.py
Commit message (Collapse)AuthorAgeFilesLines
* Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-201-0/+170
On Linux, sys.platform doesn't contain the major version anymore. It is now always 'linux', instead of 'linux2' or 'linux3' depending on the Linux version used to build Python.