-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
closes bpo-43349: Fix tuning(7) manpage hyperlink #24680
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
Conversation
skip news |
@Mariatta, @benjaminp: would one of you mind reviewing this? |
Thanks @erlend-aasland for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
GH-24684 is a backport of this pull request to the 3.9 branch. |
GH-24685 is a backport of this pull request to the 3.8 branch. |
(cherry picked from commit f4d7d46) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit f4d7d46) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Thanks, @benjaminp! |
(cherry picked from commit f4d7d46) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
Thanks @erlend-aasland for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
GH-25694 is a backport of this pull request to the 3.9 branch. |
(cherry picked from commit f4d7d46) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit f4d7d46) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
In https://docs.python.org/3.10/library/resource.html, the tuning(7) hyperlink
should point to the FreeBSD docs, as it's a FreeBSD specific man page.
https://bugs.python.org/issue43349