]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)
authorLoïc Simon <loic.simon@napta.io>
Mon, 5 Jan 2026 15:18:54 +0000 (16:18 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Jan 2026 15:18:54 +0000 (16:18 +0100)
commitbfac54d8611f60c5b19640c410cea696a81457bb
tree03eb26a9d96039010cb674a69d74d309f0706207
parent68fcb958eb0c023cb895217fdf384206b09d12e8
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)

Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
Lib/_pyrepl/_module_completer.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-30-21-59-56.gh-issue-69605.qcmGF3.rst [new file with mode: 0644]