]> granicus.if.org Git - python/commit
Issue #16250: Fix the invocations of URLError which had misplaced filename attribute...
authorSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Oct 2012 01:31:25 +0000 (18:31 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Mon, 22 Oct 2012 01:31:25 +0000 (18:31 -0700)
commit3ebef36eeaef414642df120341b30ec27966e353
tree0ec69aff61b9b48f7487cc411c214d170aeb0837
parent1348747052def615eeacb6e9be341b2b21ef5e97
Issue #16250: Fix the invocations of URLError which had misplaced filename attribute for exception
Lib/test/test_urllib.py
Lib/urllib/request.py
Misc/NEWS