summaryrefslogtreecommitdiffstats
path: root/Modules/grpmodule.c
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-10-02 06:35:31 (GMT)
committerGeorg Brandl <georg@python.org>2014-10-02 06:35:31 (GMT)
commit54eec2d0af2d020f108214ba221eebe099af5f66 (patch)
tree7a1a8b4ff7d1045e51abc110aa7f3a560bcb23cb /Modules/grpmodule.c
parent60db5137bca8441ff145b77740178b5cd07d08b4 (diff)
parent41ea1f4f26667c1741368567716d38febc2648a4 (diff)
downloadcpython-54eec2d0af2d020f108214ba221eebe099af5f66.zip
cpython-54eec2d0af2d020f108214ba221eebe099af5f66.tar.gz
cpython-54eec2d0af2d020f108214ba221eebe099af5f66.tar.bz2
merge with 3.4
Diffstat (limited to 'Modules/grpmodule.c')
-rw-r--r--Modules/grpmodule.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/Modules/grpmodule.c b/Modules/grpmodule.c
index 73289d5..f7979be 100644
--- a/Modules/grpmodule.c
+++ b/Modules/grpmodule.c
@@ -200,10 +200,10 @@ PyDoc_STRVAR(grp__doc__,
Group entries are reported as 4-tuples containing the following fields\n\
from the group database, in order:\n\
\n\
- name - name of the group\n\
- passwd - group password (encrypted); often empty\n\
- gid - numeric ID of the group\n\
- 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\
\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\