History log of /external/python/cpython3/Lib/test/test_spwd.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0069aef51a176ec90fb93f4601636e8763e07c42 23-Mar-2016 Victor Stinner <victor.stinner@gmail.com> Fix test_spwd on OpenIndiana

Issue #18787: restore "bin" name in test_spwd but catch KeyError.
/external/python/cpython3/Lib/test/test_spwd.py
4a1c7d2c3699a0f201ec2bb277ebcadf3f863759 23-Mar-2016 Victor Stinner <victor.stinner@gmail.com> 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.
/external/python/cpython3/Lib/test/test_spwd.py
3c3d7f4b99b1f62567592ef57216e07677f17d7f 19-Mar-2016 Berker Peksag <berker.peksag@gmail.com> Issue #18787: spwd.getspnam() now raises a PermissionError if the user
doesn't have privileges.
/external/python/cpython3/Lib/test/test_spwd.py
7df417d50a6c849987d745453fcf6d0786d41ca4 25-May-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok.
/external/python/cpython3/Lib/test/test_spwd.py