]> granicus.if.org Git - python/commit
Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request...
authorSenthil Kumaran <skumaran@gatech.edu>
Fri, 31 Mar 2017 05:43:05 +0000 (22:43 -0700)
committerGitHub <noreply@github.com>
Fri, 31 Mar 2017 05:43:05 +0000 (22:43 -0700)
commited3dd1c02af6872bd0748f7b9a5dadb89f7b830f
tree8675d3edc2712fca2bf1707454be1ad4750c2a60
parent33db068dac7686e37736f7ecf8abb2aee0345cf2
Remove catching OSError in ftphandler test. Only URLError is raised in urllib.request module. (#918)
Lib/test/test_urllib2.py