Alex <2423067...@qq.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41278>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to