Feature or enhancement
Proposal:
Support for auto-completion of import statements can be separated between
As discussed on Discourse, automatically importing modules when pressing TAB would be too intrusive and unsafe, considering import-time side effects.
A solution that seems acceptable to most people, though, is to prompt the user to press TAB again to import the module and see its contents.
Has this already been discussed elsewhere?
I have already discussed this feature proposal on Discourse
Links to previous discussion of this feature:
https://discuss.python.org/t/looking-for-feedback-on-adding-import-autocomplete-to-pyrepl/82281
Linked PRs