Issue 1928: test_urllib fails - Python tracker (original) (raw)
FAIL: test_read (main.urlopen_HttpTests)
Traceback (most recent call last): File "Lib/test/test_urllib.py", line 130, in test_read self.assertEqual(fp.getcode(), 200) AssertionError: None != 200
It works in the trunk though.
Georg, didn't you touch this last, adding the code-getting API in the trunk? Perhaps it's a merge glitch?