Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28027: Remove Lib/plat-* files | Zachary Ware | 2016-09-08 | 5 | -1108/+0 |
| | |||||
* | - Issue #23968: Rename the platform directory from plat-$(MACHDEP) to | doko@ubuntu.com | 2016-06-14 | 1 | -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 Linux | Victor Stinner | 2011-08-20 | 5 | -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. |