mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
merge with 3.4
This commit is contained in:
commit
54eec2d0af
1 changed files with 4 additions and 4 deletions
|
@ -200,10 +200,10 @@ PyDoc_STRVAR(grp__doc__,
|
||||||
Group entries are reported as 4-tuples containing the following fields\n\
|
Group entries are reported as 4-tuples containing the following fields\n\
|
||||||
from the group database, in order:\n\
|
from the group database, in order:\n\
|
||||||
\n\
|
\n\
|
||||||
name - name of the group\n\
|
gr_name - name of the group\n\
|
||||||
passwd - group password (encrypted); often empty\n\
|
gr_passwd - group password (encrypted); often empty\n\
|
||||||
gid - numeric ID of the group\n\
|
gr_gid - numeric ID of the group\n\
|
||||||
mem - list of members\n\
|
gr_mem - list of members\n\
|
||||||
\n\
|
\n\
|
||||||
The gid is an integer, name and password are strings. (Note that most\n\
|
The gid is an integer, name and password are strings. (Note that most\n\
|
||||||
users are not explicitly listed as members of the groups they are in\n\
|
users are not explicitly listed as members of the groups they are in\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue