summaryrefslogtreecommitdiffstats
path: root/Lib/plat-linux
Commit message (Collapse)AuthorAgeFilesLines
* Issue #28027: Remove Lib/plat-* filesZachary Ware2016-09-085-1108/+0
|
* - Issue #23968: Rename the platform directory from plat-$(MACHDEP) todoko@ubuntu.com2016-06-141-3/+28
| | | | | | | | plat-$(PLATFORM_TRIPLET). Rename the config directory (LIBPL) from config-$(LDVERSION) to config-$(LDVERSION)-$(PLATFORM_TRIPLET). Install the platform specifc _sysconfigdata module into the platform directory and rename it to include the ABIFLAGS.
* Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-205-0/+1083
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.