[issue1928] test_urllib fails

2008-01-26 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r60318 -- one of the changes to urllib didn't survive the merge to py3k. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> ___

[issue1928] test_urllib fails

2008-01-24 Thread Georg Brandl
Georg Brandl added the comment: I'll fix that this weekend. -- assignee: -> georg.brandl nosy: +georg.brandl __ Tracker <[EMAIL PROTECTED]> __

[issue1928] test_urllib fails

2008-01-24 Thread Guido van Rossum
New submission from Guido van Rossum: 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) AssertionErro