Skip to content

[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) #120261

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

Merged
merged 1 commit into from
Jun 8, 2024

Conversation

miss-islington
Copy link
Contributor

If the Helper() class was initialized with an output, the topics, keywords
and symbols help still use the pager instead of the output.
Change the behavior so the output is used if available while keeping the
previous behavior if no output was configured.
(cherry picked from commit 2080425)

Co-authored-by: Enrico Tröger [email protected]

…15105)

If the Helper() class was initialized with an output, the topics, keywords
and symbols help still use the pager instead of the output.
Change the behavior so  the output is used if available while keeping the
previous behavior if no output was configured.
(cherry picked from commit 2080425)

Co-authored-by: Enrico Tröger <[email protected]>
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) June 8, 2024 09:25
@serhiy-storchaka serhiy-storchaka merged commit c15f94d into python:3.13 Jun 8, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants