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 pitrou
Recipients pitrou
Date 2009-01-15.00:13:02
SpamBayes Score 0.002735741
Marked as misclassified No
Message-id <1231978384.8.0.984870711272.issue4951@psf.upfronthosting.co.za>
In-reply-to
Content
This one seems to pop up rather frequently on the buildbots:


======================================================================
FAIL: test_post (test.test_httpservers.CGIHTTPServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"E:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_httpservers.py",
line 330, in test_post
    self.assertEquals(res.read(), b'1, python, 123456\n')
AssertionError: b'' != b'1, python, 123456\n'

----------------------------------------------------------------------
History
Date User Action Args
2009-01-15 00:13:05pitrousetrecipients: + pitrou
2009-01-15 00:13:04pitrousetmessageid: <1231978384.8.0.984870711272.issue4951@psf.upfronthosting.co.za>
2009-01-15 00:13:03pitroulinkissue4951 messages
2009-01-15 00:13:02pitroucreate