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 Arfrever, python-dev, serhiy.storchaka, terry.reedy
Date 2017-09-01.12:26:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504268782.53.0.791966678003.issue24212@psf.upfronthosting.co.za>
In-reply-to
Content
#27099 converts extensions, including autocomplete and calltips, to features.  Buggy versions of the patch had similar import problems.  After the PR is merged, I may try this again, and perhaps try moving the __main__ import into the functions that use it.
History
Date User Action Args
2017-09-01 12:26:22terry.reedysetrecipients: + terry.reedy, Arfrever, python-dev, serhiy.storchaka
2017-09-01 12:26:22terry.reedysetmessageid: <1504268782.53.0.791966678003.issue24212@psf.upfronthosting.co.za>
2017-09-01 12:26:22terry.reedylinkissue24212 messages
2017-09-01 12:26:22terry.reedycreate