mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Merged revisions 87238 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87238 | r.david.murray | 2010-12-14 11:20:53 -0500 (Tue, 14 Dec 2010) | 7 lines #775964: skip YP/NIS entries instead of failing the test Also includes doc updates mentioning that these entries may not be retrievable via getgrnam and getgrgid. Patch by Bobby Impollonia. ........
This commit is contained in:
parent
312efbc115
commit
f8a6391991
5 changed files with 16 additions and 4 deletions
|
@ -158,7 +158,9 @@ Return the group database entry for the given group name. If\n\
|
|||
name is not valid, raise KeyError."},
|
||||
{"getgrall", grp_getgrall, METH_NOARGS,
|
||||
"getgrall() -> list of tuples\n\
|
||||
Return a list of all available group entries, in arbitrary order."},
|
||||
Return a list of all available group entries, in arbitrary order.\n\
|
||||
An entry whose name starts with '+' or '-' represents an instruction\n\
|
||||
to use YP/NIS and may not be accessible via getgrnam or getgrgid."},
|
||||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue