cpython/Lib/test/test_pydoc
Miss Islington (bot) c15f94d6fb
[3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120261)
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 2080425154)

Co-authored-by: Enrico Tröger <enrico.troeger@uvena.de>
2024-06-08 17:48:47 +00:00
..
__init__.py
pydoc_mod.py
pydocfodder.py gh-113942: Show functions implemented as builtin methods (GH-115306) 2024-02-26 20:29:49 +02:00
test_pydoc.py [3.13] bpo-37755: Use configured output in pydoc instead of pager (GH-15105) (GH-120261) 2024-06-08 17:48:47 +00:00