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 vstinner
Recipients vstinner
Date 2010-04-18.22:23:08
SpamBayes Score 0.002329862
Marked as misclassified No
Message-id <1271629389.65.0.354940045225.issue8447@psf.upfronthosting.co.za>
In-reply-to
Content
http://www.python.org/dev/buildbot/builders/x86 Tiger 3.1/builds/16/steps/test/logs/stdio

test_httpservers
[28139 refs]
[28139 refs]
[28139 refs]
Traceback (most recent call last):
  File "/private/tmp/tmpqYIZuO/cgi-bin/file2.py", line 2, in <module>
    import cgi
  File "/Users/db3l/buildarea/3.1.bolen-tiger/build/Lib/cgi.py", line 34, in <module>
    from operator import attrgetter
ImportError: No module named operator
[28142 refs]
Warning: os.environ was modified by test_httpservers
test test_httpservers failed -- Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.1.bolen-tiger/build/Lib/test/test_httpservers.py", line 380, in test_post
    self.assertEquals(res.read(), b'1, python, 123456\n')
AssertionError: b'' != b'1, python, 123456\n'
History
Date User Action Args
2010-04-18 22:23:09vstinnersetrecipients: + vstinner
2010-04-18 22:23:09vstinnersetmessageid: <1271629389.65.0.354940045225.issue8447@psf.upfronthosting.co.za>
2010-04-18 22:23:08vstinnerlinkissue8447 messages
2010-04-18 22:23:08vstinnercreate