[issue1928] test_urllib fails

Guido van Rossum report at bugs.python.org
Fri Jan 25 00:46:16 CET 2008


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)
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?

----------
components: Library (Lib)
messages: 61657
nosy: gvanrossum
severity: normal
status: open
title: test_urllib fails
type: behavior
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1928>
__________________________________


More information about the Python-bugs-list mailing list