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 quiver
Recipients belopolsky, exarkun, pitrou, quiver, ronaldoussoren
Date 2010-08-13.14:25:40
SpamBayes Score 3.0743413e-06
Marked as misclassified No
Message-id <1281709541.88.0.608410184303.issue9581@psf.upfronthosting.co.za>
In-reply-to
Content
> FAIL: test_setgroups (test.test_posix.PosixGroupsTester)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File "/home/antoine/py3k/__svn__/Lib/test/test_posix.py", line 428, in test_setgroups
>     self.assertListEqual(groups, posix.getgroups())
> AssertionError: First sequence is not a list: range(0, 16)

This one is just a list/range data type issue.

patch for test_initgroups/test_setgroups against py3k attached
History
Date User Action Args
2010-08-13 14:25:42quiversetrecipients: + quiver, ronaldoussoren, exarkun, belopolsky, pitrou
2010-08-13 14:25:41quiversetmessageid: <1281709541.88.0.608410184303.issue9581@psf.upfronthosting.co.za>
2010-08-13 14:25:40quiverlinkissue9581 messages
2010-08-13 14:25:40quivercreate