[New-bugs-announce] [issue9747] os.getresgid() documentation mentions "user ids", not "group ids"

Neil Tallim report at bugs.python.org
Fri Sep 3 04:06:08 CEST 2010


New submission from Neil Tallim <red.hamsterx at gmail.com>:

Super-low-priority (it's obvious from context and unlike to confuse anyone who knows what they're looking at), but the os module's description for getresgid() is "Return a tuple (rgid, egid, sgid) denoting the current process’s real, effective, and saved user ids."

It should be "Return a tuple (rgid, egid, sgid) denoting the current process’s real, effective, and saved group ids."

----------
assignee: docs at python
components: Documentation
messages: 115411
nosy: Red HamsterX, docs at python
priority: normal
severity: normal
status: open
title: os.getresgid() documentation mentions "user ids", not "group ids"
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9747>
_______________________________________


More information about the New-bugs-announce mailing list