[issue43254] Fix *snprintf() man page links
New submission from Erlend Egeberg Aasland <erlend.aasland@innova.no>: Both snprintf and vsnprintf belong to man section 3 (library functions), not section 2 (system calls). Affected doc page: https://docs.python.org/3.10/c-api/conversion.html ---------- assignee: docs@python components: Documentation messages: 387230 nosy: docs@python, erlendaasland priority: normal severity: normal status: open title: Fix *snprintf() man page links versions: Python 3.10, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
Change by Erlend Egeberg Aasland <erlend.aasland@innova.no>: ---------- keywords: +patch pull_requests: +23344 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24563 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
Benjamin Peterson <benjamin@python.org> added the comment: New changeset e92d67dfbb4790df37aa6a0961fb6dc7e8d2fbbf by Erlend Egeberg Aasland in branch 'master': closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) https://github.com/python/cpython/commit/e92d67dfbb4790df37aa6a0961fb6dc7e8d... ---------- nosy: +benjamin.peterson resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 3.0 -> 4.0 pull_requests: +23350 pull_request: https://github.com/python/cpython/pull/24571 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +23351 pull_request: https://github.com/python/cpython/pull/24572 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 8a42eb1492dec2ec0cc79146f0c817acb7328b19 by Miss Islington (bot) in branch '3.8': closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) https://github.com/python/cpython/commit/8a42eb1492dec2ec0cc79146f0c817acb73... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 138488750512b47f1773630f90e92ec5038b6978 by Miss Islington (bot) in branch '3.9': closes bpo-43254: Fix *snprintf() man page refs. (GH-24563) https://github.com/python/cpython/commit/138488750512b47f1773630f90e92ec5038... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue43254> _______________________________________
participants (3)
-
Benjamin Peterson
-
Erlend Egeberg Aasland
-
miss-islington