diff options
author | Senthil Kumaran <skumaran@gatech.edu> | 2017-04-07 07:19:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-07 07:19:08 (GMT) |
commit | fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6 (patch) | |
tree | 51ff6e6b33528826c6943b30b28c32757ac1666f /Lib | |
parent | 93b4b47e3a720171d67f3b608de406aef462835c (diff) | |
download | cpython-fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6.zip cpython-fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6.tar.gz cpython-fd0cd07a5a3c964c084f4efc5bbcb89dd2193ee6.tar.bz2 |
Remove Invalid comment in test_urllib2.py (#1020)
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_urllib2.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_urllib2.py b/Lib/test/test_urllib2.py index d50211c..876fcd4 100644 --- a/Lib/test/test_urllib2.py +++ b/Lib/test/test_urllib2.py @@ -848,7 +848,6 @@ class HandlerTests(unittest.TestCase): req = Request(url) try: h.file_open(req) - # XXXX remove OSError when bug fixed except urllib.error.URLError: self.assertFalse(ftp) else: |