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 terry.reedy
Recipients Alex-Python-Programmer, terry.reedy
Date 2020-07-14.13:32:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594733553.1.0.657296694528.issue41278@roundup.psfhosted.org>
In-reply-to
Content
We cannot do anything with this report unless you give exact keystroke-by-keystroke details and we are able to reproduce the issue.  Also, what OS?  If *nix, which?  How did you start IDLE?

Unless you start IDLE with -n or explicitly import idlelib, it should not be possible for idlelib to appear as a completion.  The run.py code was written to avoid adding anything to the main namespace.  When you start or restart Shell, dir() only lists double underscore names.
History
Date User Action Args
2020-07-14 13:32:33terry.reedysetrecipients: + terry.reedy, Alex-Python-Programmer
2020-07-14 13:32:33terry.reedysetmessageid: <1594733553.1.0.657296694528.issue41278@roundup.psfhosted.org>
2020-07-14 13:32:33terry.reedylinkissue41278 messages
2020-07-14 13:32:32terry.reedycreate