summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2012-10-27 09:26:46 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2012-10-27 09:26:46 (GMT)
commitcad7b314674588f0a079de78945f8fc28d38af8c (patch)
tree5589bee9e5985719e466cd004065f33f40aca381 /Misc
parent45c41494bf4992d6c2a0bd1fca3d0dff164ec4ba (diff)
downloadcpython-cad7b314674588f0a079de78945f8fc28d38af8c.zip
cpython-cad7b314674588f0a079de78945f8fc28d38af8c.tar.gz
cpython-cad7b314674588f0a079de78945f8fc28d38af8c.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 e6948d7..a7af2cc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,8 @@ Core and Builtins
Library
-------
+- Issue #16250: Fix URLError invocation with proper args.
+
- Issue #16305: Fix a segmentation fault occurring when interrupting
math.factorial.