We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_pyrepl.pager
plainpager
plain_pager
1 parent 5a9eeaf commit 040571fCopy full SHA for 040571f
Lib/_pyrepl/pager.py
@@ -23,7 +23,7 @@ def get_pager() -> Pager:
23
if not sys.stdin.isatty() or not sys.stdout.isatty():
24
return plain_pager
25
if sys.platform == "emscripten":
26
- return plainpager
+ return plain_pager
27
use_pager = os.environ.get('MANPAGER') or os.environ.get('PAGER')
28
if use_pager:
29
if sys.platform == 'win32': # pipes completely broken in Windows
0 commit comments