Issue1510987
Created on 2006-06-22 23:08 by martineau, last changed 2006-09-15 22:36 by martineau.
| File name |
Uploaded |
Description |
Edit |
Remove |
|
grp.patch
|
martineau,
2006-06-22 23:08
|
|
|
|
|
msg50522 - (view) |
Author: Mat Martineau (martineau) |
Date: 2006-06-22 23:08 |
|
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)
|
|
msg50523 - (view) |
Author: Mat Martineau (martineau) |
Date: 2006-09-15 22:36 |
|
Logged In: YES
user_id=1094573
See bug 775964.
|
|
| Date |
User |
Action |
Args |
| 2006-06-22 23:08:36 | martineau | create | |
|