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, epaine, terry.reedy
Date 2020-07-16.04:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594873996.34.0.0488340292728.issue41278@roundup.psfhosted.org>
In-reply-to
Content
new feature found: 
1.although the name __main__ do not exist even when editing, there will be some completions.
2.if you run a module like this:
def new():
    pass
then create a new module, press __main__. + tab. it will become __main__.new
3.but, if you press __main__._ + tab, the proper list and new will both be shown.
4.the feature 2 & 3 appears even if the first module is closed.
History
Date User Action Args
2020-07-16 04:33:16Alex-Python-Programmersetrecipients: + Alex-Python-Programmer, terry.reedy, epaine
2020-07-16 04:33:16Alex-Python-Programmersetmessageid: <1594873996.34.0.0488340292728.issue41278@roundup.psfhosted.org>
2020-07-16 04:33:16Alex-Python-Programmerlinkissue41278 messages
2020-07-16 04:33:16Alex-Python-Programmercreate