This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gvanrossum
Recipients gvanrossum
Date 2008-01-24.23:46:13
SpamBayes Score 0.53876644
Marked as misclassified No
Message-id <1201218376.09.0.323845254483.issue1928@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-01-24 23:46:16gvanrossumsetspambayes_score: 0.538766 -> 0.53876644
recipients: + gvanrossum
2008-01-24 23:46:16gvanrossumsetspambayes_score: 0.538766 -> 0.538766
messageid: <1201218376.09.0.323845254483.issue1928@psf.upfronthosting.co.za>
2008-01-24 23:46:14gvanrossumlinkissue1928 messages
2008-01-24 23:46:13gvanrossumcreate