]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119205: Fix autocompletion bug in new repl (#119229)
authorKoudai Aono <koxudaxi@gmail.com>
Tue, 21 May 2024 23:22:21 +0000 (19:22 -0400)
committerGitHub <noreply@github.com>
Tue, 21 May 2024 23:22:21 +0000 (23:22 +0000)
commit506b1a3ff66a41c72d205c8e4cba574e439d8e76
tree6671ffb786f3b6104c58d20c2ff2174306f204fb
parenta3e4fec8734a304d654e4ae24a4aa2f41a7b0640
gh-119205: Fix autocompletion bug in new repl (#119229)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_unix_eventqueue.py