summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-19 22:26:23 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-19 22:26:23 (GMT)
commitc57ed91e0c1e5476076268e62a85b613ef88d21b (patch)
tree72bd3f50303d1da2a3e453086526377753611171 /Misc/NEWS
parent4634676cec29def3c70cf84ba00e6d7586bbaab7 (diff)
downloadcpython-c57ed91e0c1e5476076268e62a85b613ef88d21b.zip
cpython-c57ed91e0c1e5476076268e62a85b613ef88d21b.tar.gz
cpython-c57ed91e0c1e5476076268e62a85b613ef88d21b.tar.bz2
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3325966..3cb654c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,10 @@ Core and Builtins
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.