Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #28027: Remove Lib/plat-* files | Zachary Ware | 2016-09-08 | 1 | -207/+0 |
| | |||||
* | Close #12326: sys.platform is now always 'linux' on Linux | Victor Stinner | 2011-08-20 | 1 | -0/+207 |
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. |