diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-19 22:26:23 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-19 22:26:23 (GMT) |
commit | c57ed91e0c1e5476076268e62a85b613ef88d21b (patch) | |
tree | 72bd3f50303d1da2a3e453086526377753611171 /Misc/NEWS | |
parent | 4634676cec29def3c70cf84ba00e6d7586bbaab7 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |