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 cheryl.sabella, rhettinger, taleinat, terry.reedy, xtreak
Date 2019-08-10.23:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565479452.08.0.721125721202.issue37765@roundup.psfhosted.org>
In-reply-to
Content
Raymond, since there is no proposal to 'add __main__', I don't understand your response.  For the case in question, the completion list continues to be based on the keys in __main__.__builtins__.__dict__, and main__.__dict__, as it always has been.
History
Date User Action Args
2019-08-10 23:24:12terry.reedysetrecipients: + terry.reedy, rhettinger, taleinat, cheryl.sabella, xtreak
2019-08-10 23:24:12terry.reedysetmessageid: <1565479452.08.0.721125721202.issue37765@roundup.psfhosted.org>
2019-08-10 23:24:12terry.reedylinkissue37765 messages
2019-08-10 23:24:11terry.reedycreate