Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60db513 + 41ea1f4 commit 54eec2dCopy full SHA for 54eec2d
1 file changed
Modules/grpmodule.c
@@ -200,10 +200,10 @@ PyDoc_STRVAR(grp__doc__,
200
Group entries are reported as 4-tuples containing the following fields\n\
201
from the group database, in order:\n\
202
\n\
203
- name - name of the group\n\
204
- passwd - group password (encrypted); often empty\n\
205
- gid - numeric ID of the group\n\
206
- mem - list of members\n\
+ gr_name - name of the group\n\
+ gr_passwd - group password (encrypted); often empty\n\
+ gr_gid - numeric ID of the group\n\
+ gr_mem - list of members\n\
207
208
The gid is an integer, name and password are strings. (Note that most\n\
209
users are not explicitly listed as members of the groups they are in\n\
0 commit comments