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 stroeder
Recipients
Date 2004-05-28.14:04:10
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Build on SuSE Linux 9.0:

test test_grp failed -- Traceback (most recent call last):
  File
"/home/michael/src/Python-2.Lib/test/test_grp.py",
line 71, in test_errors
    self.assertRaises(KeyError, grp.getgrnam, fakename)
  File
"/home/michael/src/Python-2.Lib/unittest.py", line
295, in failUnlessRaises
    raise self.failureException, excName
AssertionError: KeyError
History
Date User Action Args
2008-01-20 09:56:53adminlinkissue962226 messages
2008-01-20 09:56:53admincreate