commit | cad7b314674588f0a079de78945f8fc28d38af8c | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Sat Oct 27 02:26:46 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Sat Oct 27 02:26:46 2012 -0700 |
tree | 5589bee9e5985719e466cd004065f33f40aca381 | |
parent | 45c41494bf4992d6c2a0bd1fca3d0dff164ec4ba [diff] |
Issue #16250: Fix URLError invocation with proper args.
diff --git a/Misc/NEWS b/Misc/NEWS index e6948d7..a7af2cc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -132,6 +132,8 @@ Library ------- +- Issue #16250: Fix URLError invocation with proper args. + - Issue #16305: Fix a segmentation fault occurring when interrupting math.factorial.