[issue47105] [Doc] grp cites pwd.h instead of grp.h
New submission from Alex Hedges <aphedges1@gmail.com>: The documentation page for the grp module says to "see <pwd.h>", even though the source code (https://github.com/python/cpython/blob/v3.11.0a6/Modules/grpmodule.c) uses grp.h. I plan to release a PR for this shortly. ---------- assignee: docs@python components: Documentation messages: 415924 nosy: aphedges, docs@python priority: normal severity: normal status: open title: [Doc] grp cites pwd.h instead of grp.h versions: Python 3.11 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Change by Alex Hedges <aphedges1@gmail.com>: ---------- keywords: +patch pull_requests: +30176 stage: -> patch review pull_request: https://github.com/python/cpython/pull/32091 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Ned Deily <nad@python.org> added the comment: New changeset ee912ad6f66bb8cf5a8a2b4a7ecd2752bf070864 by Alex Hedges in branch 'main': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) https://github.com/python/cpython/commit/ee912ad6f66bb8cf5a8a2b4a7ecd2752bf0... ---------- nosy: +ned.deily _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +30198 pull_request: https://github.com/python/cpython/pull/32120 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +30199 pull_request: https://github.com/python/cpython/pull/32121 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Ned Deily <nad@python.org> added the comment: New changeset 48b3ae9e29545891bece874b4c0c0e394fe0f048 by Miss Islington (bot) in branch '3.10': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32120) https://github.com/python/cpython/commit/48b3ae9e29545891bece874b4c0c0e394fe... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Ned Deily <nad@python.org> added the comment: New changeset b8b473e943c0d105c79a6ebe2199dec18d785966 by Miss Islington (bot) in branch '3.9': bpo-47105: Cite grp.h instead of pwd.h in grp docs (GH-32091) (GH-32121) https://github.com/python/cpython/commit/b8b473e943c0d105c79a6ebe2199dec18d7... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
Ned Deily <nad@python.org> added the comment: Thanks for the PR! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue47105> _______________________________________
participants (3)
-
Alex Hedges
-
miss-islington
-
Ned Deily