]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130472: Use fancycompleter in import completions (#148188)
authorTomas R. <tomas.roun8@gmail.com>
Tue, 5 May 2026 01:36:43 +0000 (03:36 +0200)
committerGitHub <noreply@github.com>
Tue, 5 May 2026 01:36:43 +0000 (01:36 +0000)
commited99680487b347997061ebd0138d49e601b20de8
tree4e3db99e9868d9ece79789257015e7c5164e8538
parent2995d4565978365233e01ad8b472c5512f3991be
gh-130472: Use fancycompleter in import completions (#148188)
Lib/_pyrepl/_module_completer.py
Lib/_pyrepl/fancycompleter.py
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_fancycompleter.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2026-04-08-21-39-01.gh-issue-130472.4Bk6qH.rst [new file with mode: 0644]