◐ Shell
clean mode source ↗

gh-69605: Add PyREPL import autocomplete feature to 'What's New' by tomasr8 · Pull Request #133358 · python/cpython

Conversation

hugovk

@tomasr8 tomasr8 deleted the import-complete-whatsnew branch

May 4, 2025 11:44

diegorusso added a commit to diegorusso/cpython that referenced this pull request

May 4, 2025

devdanzin

modules starting with ``foo``. Similarly, typing ``from foo import b`` will
suggest submodules of ``foo`` starting with ``b``. Note that autocompletion
of module attributes is not currently supported.
(Contributed by Tomas Roun in :gh:`69605`.)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this say #129329 instead?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We normally point to the issue (#69605) not the PR (#129329).

Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request

Jul 12, 2025

Labels