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-02-19.15:37:18
SpamBayes Score 0.00049317017
Marked as misclassified No
Message-id <1235057841.41.0.664492545645.issue5316@psf.upfronthosting.co.za>
In-reply-to
Content
Recently, some buildbot failures have started appearing on trunk and
py3k with the following error:

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File
"/home/pybot/buildarea/3.x.klose-ubuntu-i386/build/Lib/test/test_site.py",
line 105, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

make: *** [buildbottest] Error 1
History
Date User Action Args
2009-02-19 15:37:21pitrousetrecipients: + pitrou
2009-02-19 15:37:21pitrousetmessageid: <1235057841.41.0.664492545645.issue5316@psf.upfronthosting.co.za>
2009-02-19 15:37:18pitroulinkissue5316 messages
2009-02-19 15:37:18pitroucreate