Issue 9747: os.getresgid() documentation mentions "user ids", not "group ids" (original) (raw)

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."