diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-10-27 09:48:21 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-10-27 09:48:21 (GMT) |
commit | cc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8 (patch) | |
tree | 05de9f6d7fdfcfd39d836696e2d9d8d2cc631d7b /Misc | |
parent | 5f9459fbedae091bff5b87189014a996f1352b1c (diff) | |
parent | cad7b314674588f0a079de78945f8fc28d38af8c (diff) | |
download | cpython-cc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8.zip cpython-cc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8.tar.gz cpython-cc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8.tar.bz2 |
Issue #16250: Fix URLError invocation with proper args
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -49,6 +49,8 @@ Core and Builtins Library ------- +- Issue #16250: Fix URLError invocation with proper args. + - Issue #16116: Fix include and library paths to be correct when building C extensions in venvs. |