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

bpo-43254: Fix broken *snprintf() man page links #24563

Merged
merged 1 commit into from Feb 19, 2021

Conversation

erlend-aasland
Copy link
Contributor

@erlend-aasland erlend-aasland commented Feb 18, 2021

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

https://bugs.python.org/issue43254

@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Feb 18, 2021

@Mariatta would you mind reviewing this?

skip news

@erlend-aasland
Copy link
Contributor Author

erlend-aasland commented Feb 18, 2021

Backport to 3.9 and 3.8, I guess?

@erlend-aasland erlend-aasland changed the title [doc] Fix broken *snprintf() man page links bpo-43254: Fix broken *snprintf() man page links Feb 18, 2021
@benjaminp benjaminp added needs backport to 3.8 only security fixes needs backport to 3.9 only security fixes skip news labels Feb 19, 2021
@benjaminp benjaminp merged commit e92d67d into python:master Feb 19, 2021
@miss-islington
Copy link
Contributor

Thanks @erlend-aasland for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-24571 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2021
(cherry picked from commit e92d67d)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@bedevere-bot bedevere-bot removed the needs backport to 3.8 only security fixes label Feb 19, 2021
@bedevere-bot
Copy link

GH-24572 is a backport of this pull request to the 3.8 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Feb 19, 2021
(cherry picked from commit e92d67d)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington added a commit that referenced this pull request Feb 19, 2021
(cherry picked from commit e92d67d)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
miss-islington added a commit that referenced this pull request Feb 19, 2021
(cherry picked from commit e92d67d)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
@erlend-aasland erlend-aasland deleted the fix-xsnprintf-refs branch February 19, 2021 05:42
adorilson pushed a commit to adorilson/cpython that referenced this pull request Mar 13, 2021
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 skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants