0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/Lib/_pyrepl
Stefano Rivera 426569eb8c
Support the "pager" binary in _pyrepl (#122878)
Debian (and derivatives) provide a /usr/bin/pager binary, managed by the
alternatives system, that always points to an available pager utility.
Allow _pyrepl to use it, to follow system policy.

This is a very trivial change, from a patch that Debian has been
carrying since 2.7 era. Seems appropriate to upstream.
https://bugs.debian.org/799555
2024-09-19 13:18:24 +00:00
..
__init__.py
__main__.py
_minimal_curses.py
_threading_handler.py
commands.py
completing_reader.py
console.py
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py
main.py
mypy.ini
pager.py Support the "pager" binary in _pyrepl (#122878) 2024-09-19 13:18:24 +00:00
reader.py
readline.py
simple_interact.py
trace.py
types.py
unix_console.py
unix_eventqueue.py
utils.py
windows_console.py