cpython/Lib/_pyrepl
Miss Islington (bot) a52ed7e6d9
[3.13] gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager (GH-118881) (#119211)
Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`

The name with no underscore doesn't exist.
(cherry picked from commit 05e1dce76d)

Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>
2024-05-20 15:10:40 +00:00
..
__init__.py
__main__.py
_minimal_curses.py
commands.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
completing_reader.py
console.py
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py
mypy.ini
pager.py [3.13] gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager (GH-118881) (#119211) 2024-05-20 15:10:40 +00:00
reader.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
readline.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
simple_interact.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
trace.py
types.py
unix_console.py gh-111201: Allow bracketed paste to work (GH-118700) 2024-05-07 12:54:56 +00:00
unix_eventqueue.py
utils.py