Author martineau
Recipients
Date 2006-06-22.23:08:36
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Lib/test/test_grp.py is failing due to a "+:::" line in
/etc/group.

The test_errors() method checks for (and ignores) this
type of entry, but test_values() does not.

This patch makes test_values() ignore '+' or blank
entries, using the same logic as test_errors().

Python:  2.5b1 (svn revision 47078)
Platform:  Linux 2.6.16 (Suse 10.1)
History
Date User Action Args
2007-08-23 15:53:05adminlinkissue1510987 messages
2007-08-23 15:53:05admincreate