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 Alex-Python-Programmer
Recipients Alex-Python-Programmer, terry.reedy
Date 2020-07-14.06:48:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594709311.03.0.489036783732.issue41278@roundup.psfhosted.org>
In-reply-to
Content
Well. I found that this bug happens frequntly, sometimes it just shows the proper list, like __builtins__, __docs__ and stuff. Sometimes the completion windows just gives me 'idlelib'.
p.s.:idle won't show __main__ when you type something and press ctrl+space, but the completion *seems do* exist (and gives the proper list that I said before) when you type ctrl+space, but by pressing enter a NameError is raised because __main__ *do not* exist, actually. I'm finding out why this happens, and when.
p.p.s:I'm using python 3.8.2 shell.
History
Date User Action Args
2020-07-14 06:48:31Alex-Python-Programmersetrecipients: + Alex-Python-Programmer, terry.reedy
2020-07-14 06:48:31Alex-Python-Programmersetmessageid: <1594709311.03.0.489036783732.issue41278@roundup.psfhosted.org>
2020-07-14 06:48:31Alex-Python-Programmerlinkissue41278 messages
2020-07-14 06:48:30Alex-Python-Programmercreate