]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, colle...
authorLoïc Simon <loic.simon@napta.io>
Mon, 15 Sep 2025 16:51:34 +0000 (18:51 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 16:51:34 +0000 (18:51 +0200)
commit537133d2b63611ce1c04aac4c283c932dee9985a
tree6b53419f39e7a2ee0f35c07ea7b5f17c07b18938
parenta68efdf09cfd81c64973d346ed34057f20172543
gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Lib/_pyrepl/_module_completer.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2025-08-30-17-15-05.gh-issue-69605.KjBk99.rst [new file with mode: 0644]