summaryrefslogtreecommitdiff
path: root/Lib/plat-linux3
Commit message (Collapse)AuthorAgeFilesLines
* Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-205-1083/+0
| | | | | | 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.
* Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,Antoine Pitrou2011-07-205-0/+1083
so that "import DLFCN" and other similar imports work on Linux 3.0.