diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-19 22:28:21 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-19 22:28:21 (GMT) |
commit | 7b561ec98fec9378ba54fab818d9704c50710d71 (patch) | |
tree | f05025f8885fe7f241e0153672fa1c4165609682 /Misc | |
parent | 4c14bba7f9a97f3ea5d2f89eeeeb518464971f23 (diff) | |
parent | c57ed91e0c1e5476076268e62a85b613ef88d21b (diff) | |
download | cpython-7b561ec98fec9378ba54fab818d9704c50710d71.zip cpython-7b561ec98fec9378ba54fab818d9704c50710d71.tar.gz cpython-7b561ec98fec9378ba54fab818d9704c50710d71.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')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -234,6 +234,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. |