Victor Stinner
|
0069aef51a
|
Fix test_spwd on OpenIndiana
Issue #18787: restore "bin" name in test_spwd but catch KeyError.
|
2016-03-23 21:15:55 +01:00 |
Victor Stinner
|
4a1c7d2c36
|
Try to fix test_spwd on OpenIndiana
Issue #18787: try to get the "root" entry which should exist on all UNIX
instead of "bin" which doesn't exist on OpenIndiana.
|
2016-03-23 18:45:55 +01:00 |
Berker Peksag
|
3c3d7f4b99
|
Issue #18787: spwd.getspnam() now raises a PermissionError if the user
doesn't have privileges.
|
2016-03-19 11:44:17 +02:00 |
Serhiy Storchaka
|
7df417d50a
|
Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
|
2014-05-25 16:21:45 +03:00 |