New submission from Neil Tallim <red.hamst...@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: d...@python
components: Documentation
messages: 115411
nosy: Red HamsterX, d...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue9747>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to