]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-140870: PyREPL auto-complete module attributes in import statements (#140871)
authorLoïc Simon <loic.simon@espci.org>
Sun, 5 Apr 2026 19:10:59 +0000 (21:10 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 19:10:59 +0000 (19:10 +0000)
commitb07becb57371b733b9cc91233ab93b02a6b2f014
treed804ef15e47c36b25fa67e04646ade39b4c51889
parentc64baff1d82e8a113d971869b6074551e99eece9
gh-140870: PyREPL auto-complete module attributes in import statements  (#140871)

Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
Lib/_pyrepl/_module_completer.py
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/types.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2025-11-01-01-49-52.gh-issue-140870.iknc12.rst [new file with mode: 0644]