Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54eec2d

Browse files
committed
merge with 3.4
2 parents 60db513 + 41ea1f4 commit 54eec2d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Modules/grpmodule.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ PyDoc_STRVAR(grp__doc__,
200200
Group entries are reported as 4-tuples containing the following fields\n\
201201
from the group database, in order:\n\
202202
\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\
203+
gr_name - name of the group\n\
204+
gr_passwd - group password (encrypted); often empty\n\
205+
gr_gid - numeric ID of the group\n\
206+
gr_mem - list of members\n\
207207
\n\
208208
The gid is an integer, name and password are strings. (Note that most\n\
209209
users are not explicitly listed as members of the groups they are in\n\

0 commit comments

Comments
 (0)