Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os.getresgid() documentation mentions "user ids", not "group ids" #53956

Closed
RedHamsterX mannequin opened this issue Sep 3, 2010 · 3 comments
Closed

os.getresgid() documentation mentions "user ids", not "group ids" #53956

RedHamsterX mannequin opened this issue Sep 3, 2010 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@RedHamsterX
Copy link
Mannequin

RedHamsterX mannequin commented Sep 3, 2010

BPO 9747
Nosy @birkenfeld
Files
  • getresgid_group_not_user.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2010-09-05.17:07:35.581>
    created_at = <Date 2010-09-03.02:06:05.974>
    labels = ['docs']
    title = 'os.getresgid() documentation mentions "user ids", not "group ids"'
    updated_at = <Date 2010-09-05.17:07:35.572>
    user = 'https://bugs.python.org/RedHamsterX'

    bugs.python.org fields:

    activity = <Date 2010-09-05.17:07:35.572>
    actor = 'georg.brandl'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2010-09-05.17:07:35.581>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2010-09-03.02:06:05.974>
    creator = 'Red HamsterX'
    dependencies = []
    files = ['18748']
    hgrepos = []
    issue_num = 9747
    keywords = ['patch']
    message_count = 3.0
    messages = ['115411', '115581', '115658']
    nosy_count = 4.0
    nosy_names = ['georg.brandl', 'Red HamsterX', 'docs@python', 'bbrazil']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue9747'
    versions = ['Python 2.7', 'Python 3.3']

    @RedHamsterX
    Copy link
    Mannequin Author

    RedHamsterX mannequin commented Sep 3, 2010

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

    @RedHamsterX RedHamsterX mannequin assigned docspython Sep 3, 2010
    @RedHamsterX RedHamsterX mannequin added the docs Documentation in the Doc dir label Sep 3, 2010
    @bbrazil
    Copy link
    Mannequin

    bbrazil mannequin commented Sep 4, 2010

    This mistake is also in the docstring, I've attached a path to fix both.

    @birkenfeld
    Copy link
    Member

    Thanks, fixed in r84530.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant