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, tarek
Date 2009-12-28.22:00:45
SpamBayes Score 5.6120778e-05
Marked as misclassified No
Message-id <1262037646.69.0.736815129849.issue7591@psf.upfronthosting.co.za>
In-reply-to
Content
This started happening recently on some 3.1 buildbots:

======================================================================
FAIL: test_get_platform (distutils.tests.test_util.UtilTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/doko/buildarea/3.1.klose-debian-alpha/build/Lib/distutils/tests/test_util.py",
line 99, in test_get_platform
    self.assertEquals(get_platform(), 'macosx-10.3-i386')
AssertionError: 'macosx-10.3-x86_64' != 'macosx-10.3-i386'

----------------------------------------------------------------------
History
Date User Action Args
2009-12-28 22:00:46pitrousetrecipients: + pitrou, tarek
2009-12-28 22:00:46pitrousetmessageid: <1262037646.69.0.736815129849.issue7591@psf.upfronthosting.co.za>
2009-12-28 22:00:45pitroulinkissue7591 messages
2009-12-28 22:00:45pitroucreate