Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19d61b2

Browse files
authored
Remove Invalid comment in test_urllib2.py. (#1022)
(cherry picked from commit fd0cd07)
1 parent ed27844 commit 19d61b2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_urllib2.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,6 @@ def test_file(self):
848848
req = Request(url)
849849
try:
850850
h.file_open(req)
851-
# XXXX remove OSError when bug fixed
852851
except urllib.error.URLError:
853852
self.assertFalse(ftp)
854853
else:

0 commit comments

Comments
 (0)