summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-10-27 09:48:21 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-10-27 09:48:21 (GMT)
commitcc2f0421c70d6a68e026d074b7d1c7fa4d96e6b8 (patch)
tree05de9f6d7fdfcfd39d836696e2d9d8d2cc631d7b /Misc
parent5f9459fbedae091bff5b87189014a996f1352b1c (diff)
parentcad7b314674588f0a079de78945f8fc28d38af8c (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index da227f7..e0a54cb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.