mirror of
https://github.com/python/cpython.git
synced 2026-06-12 21:01:29 +00:00
Without the ability to set required capabilities, the REPL cannot
function properly (syntax highlighting and multiline editing can't
work).
We refuse to work in this degraded state.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| _minimal_curses.py | ||
| _threading_handler.py | ||
| base_eventqueue.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 | ||
| reader.py | ||
| readline.py | ||
| simple_interact.py | ||
| trace.py | ||
| types.py | ||
| unix_console.py | ||
| unix_eventqueue.py | ||
| utils.py | ||
| windows_console.py | ||
| windows_eventqueue.py | ||