Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close #12326: sys.platform is now always 'linux' on Linux | Victor Stinner | 2011-08-20 | 1 | -615/+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 Pitrou | 2011-07-20 | 1 | -0/+615 |
so that "import DLFCN" and other similar imports work on Linux 3.0. |