summaryrefslogtreecommitdiffstats
path: root/Lib/plat-linux2/DLFCN.py
Commit message (Collapse)AuthorAgeFilesLines
* Close #12326: sys.platform is now always 'linux' on LinuxVictor Stinner2011-08-201-83/+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.
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
| | | | (Rough first cut.)
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
|
* Regenerate for glibc 2.2.3.Martin v. Löwis2001-08-091-0/+83