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 titus
Recipients tarek, titus
Date 2009-11-29.17:21:08
SpamBayes Score 0.0031619864
Marked as misclassified No
Message-id <1259515270.43.0.427140625875.issue7408@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the error:

test_distutils
test test_distutils failed -- Traceback (most recent call last):
File
"/private/tmp/tmp8UfLPT/python27/Lib/distutils/tests/test_sdist.py",
line 342, in test_make_distribution_owner_group 
    self.assertEquals(member.gid, os.getgid())
AssertionError: 0 != 20

It has been a problem for over a week, at least.
History
Date User Action Args
2009-11-29 17:21:10titussetrecipients: + titus, tarek
2009-11-29 17:21:10titussetmessageid: <1259515270.43.0.427140625875.issue7408@psf.upfronthosting.co.za>
2009-11-29 17:21:08tituslinkissue7408 messages
2009-11-29 17:21:08tituscreate