]> granicus.if.org Git - python/commit
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 Jul 2011 22:26:23 +0000 (00:26 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 Jul 2011 22:26:23 +0000 (00:26 +0200)
commit495ee8f56391e6e44b366585c82c2a0b4d4ac74a
tree9d78c7b33e887907e7e1449dd3bd40f32df8f2cc
parent39540a02264998c5682eaa12d6e5ce6713b9056e
Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,
so that "import DLFCN" and other similar imports work on Linux 3.0.
Lib/plat-linux3/CDROM.py [new file with mode: 0644]
Lib/plat-linux3/DLFCN.py [new file with mode: 0644]
Lib/plat-linux3/IN.py [new file with mode: 0644]
Lib/plat-linux3/TYPES.py [new file with mode: 0644]
Lib/plat-linux3/regen [new file with mode: 0755]
Misc/NEWS