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 orsenthil, pitrou
Date 2011-03-20.17:06:21
SpamBayes Score 0.028341707
Marked as misclassified No
Message-id <1300640781.99.0.619640847889.issue11617@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/all/builders/x86%20OpenIndiana%203.2/builds/101/steps/test/logs/stdio


test test_httpservers failed -- Traceback (most recent call last):
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/test/test_httpservers.py", line 136, in test_version_digits
    res = self.con.getresponse()
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 1046, in getresponse
    response.begin()
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 346, in begin
    version, status, reason = self._read_status()
  File "/export/home/buildbot/32bits/3.2.cea-indiana-x86/build/Lib/http/client.py", line 328, in _read_status
    raise BadStatusLine(line)
http.client.BadStatusLine: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
History
Date User Action Args
2011-03-20 17:06:22pitrousetrecipients: + pitrou, orsenthil
2011-03-20 17:06:21pitrousetmessageid: <1300640781.99.0.619640847889.issue11617@psf.upfronthosting.co.za>
2011-03-20 17:06:21pitroulinkissue11617 messages
2011-03-20 17:06:21pitroucreate