gh-69605: Add PyREPL import autocomplete feature to 'What's New' by tomasr8 · Pull Request #133358 · python/cpython
Conversation
tomasr8
deleted the
import-complete-whatsnew
branch
| 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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters