[Python-checkins] cpython (3.2): Issue #12571: Add a plat-linux3 directory mirroring the plat-linux2 directory,

antoine.pitrou python-checkins at python.org
Wed Jul 20 00:29:46 CEST 2011


http://hg.python.org/cpython/rev/9e3b28a7898f
changeset:   71424:9e3b28a7898f
branch:      3.2
parent:      71418:f8c4ac9aa9e2
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Jul 20 00:26:23 2011 +0200
summary:
  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.

files:
  Lib/plat-linux2/CDROM.py |  Bin 
  Lib/plat-linux2/DLFCN.py |  Bin 
  Lib/plat-linux2/IN.py    |  Bin 
  Lib/plat-linux2/TYPES.py |  Bin 
  Lib/plat-linux2/regen    |  Bin 
  Misc/NEWS                |    4 ++++
  6 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Lib/plat-linux2/CDROM.py b/Lib/plat-linux3/CDROM.py
copy from Lib/plat-linux2/CDROM.py
copy to Lib/plat-linux3/CDROM.py
diff --git a/Lib/plat-linux2/DLFCN.py b/Lib/plat-linux3/DLFCN.py
copy from Lib/plat-linux2/DLFCN.py
copy to Lib/plat-linux3/DLFCN.py
diff --git a/Lib/plat-linux2/IN.py b/Lib/plat-linux3/IN.py
copy from Lib/plat-linux2/IN.py
copy to Lib/plat-linux3/IN.py
diff --git a/Lib/plat-linux2/TYPES.py b/Lib/plat-linux3/TYPES.py
copy from Lib/plat-linux2/TYPES.py
copy to Lib/plat-linux3/TYPES.py
diff --git a/Lib/plat-linux2/regen b/Lib/plat-linux3/regen
copy from Lib/plat-linux2/regen
copy to Lib/plat-linux3/regen
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,10 @@
 Library
 -------
 
+- 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.
+
 - Issue #7484: smtplib no longer puts <> around addresses in VRFY and EXPN
   commands; they aren't required and in fact postfix doesn't support that form.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list