diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-10-27 09:26:46 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-10-27 09:26:46 (GMT) |
commit | cad7b314674588f0a079de78945f8fc28d38af8c (patch) | |
tree | 5589bee9e5985719e466cd004065f33f40aca381 /Misc | |
parent | 45c41494bf4992d6c2a0bd1fca3d0dff164ec4ba (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |