This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients Alex-Python-Programmer, epaine, terry.reedy
Date 2020-07-14.15:02:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594738951.8.0.390733656979.issue41278@roundup.psfhosted.org>
In-reply-to
Content
I can only seem to reproduce this in shell and that is by importing "idlelib.__main__" before then typing "__main__."

However, typing "__main__." in shell and editor (without importing "idlelib.__main__") does give different completions. In shell, it gives a list of the usual "__annotations__", "__builtins__", etc. However, in editor (run from the home directory without any command-line flags), the only completion is "main" (note: the shell must be closed, otherwise it will give the same completions as the shell)
History
Date User Action Args
2020-07-14 15:02:31epainesetrecipients: + epaine, terry.reedy, Alex-Python-Programmer
2020-07-14 15:02:31epainesetmessageid: <1594738951.8.0.390733656979.issue41278@roundup.psfhosted.org>
2020-07-14 15:02:31epainelinkissue41278 messages
2020-07-14 15:02:31epainecreate