This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fix *snprintf() man page links
Type: Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, docs@python, erlendaasland, miss-islington
Priority: normal Keywords: patch

Created on 2021-02-18 14:06 by erlendaasland, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 24563 merged erlendaasland, 2021-02-18 14:06
PR 24571 merged miss-islington, 2021-02-19 01:53
PR 24572 merged miss-islington, 2021-02-19 01:54
Messages (4)
msg387230 - (view) Author: Erlend E. Aasland (erlendaasland) * (Python triager) Date: 2021-02-18 14:06
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
msg387275 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2021-02-19 01:53
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/e92d67dfbb4790df37aa6a0961fb6dc7e8d2fbbf
msg387276 - (view) Author: miss-islington (miss-islington) Date: 2021-02-19 02:03
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/8a42eb1492dec2ec0cc79146f0c817acb7328b19
msg387277 - (view) Author: miss-islington (miss-islington) Date: 2021-02-19 02:16
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/138488750512b47f1773630f90e92ec5038b6978
History
Date User Action Args
2022-04-11 14:59:41adminsetgithub: 87420
2021-02-19 02:16:39miss-islingtonsetmessages: + msg387277
2021-02-19 02:03:43miss-islingtonsetmessages: + msg387276
2021-02-19 01:54:05miss-islingtonsetpull_requests: + pull_request23351
2021-02-19 01:53:57miss-islingtonsetnosy: + miss-islington

pull_requests: + pull_request23350
2021-02-19 01:53:52benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg387275

resolution: fixed
stage: patch review -> resolved
2021-02-18 14:06:58erlendaaslandsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23344
2021-02-18 14:06:47erlendaaslandcreate