Skip to content

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

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
serhiy-storchaka:backport-2080425-3.12
Jun 8, 2024
Merged

[3.12] bpo-37755: Use configured output in pydoc instead of pager (GH-15105)#120262
serhiy-storchaka merged 1 commit intopython:3.12from
serhiy-storchaka:backport-2080425-3.12

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
Member

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)

…thonGH-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 <enrico.troeger@uvena.de>
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.

2 participants