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 markroseman, python-dev, terry.reedy
Date 2016-07-17.00:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468714651.12.0.0533576024656.issue25507@psf.upfronthosting.co.za>
In-reply-to
Content
I decided to fix this issue for both 3.5 and 3.6 by deleting the submodules both from tkinter and sys.modules (as discussed in #27515).
I used a new version of tkimports.py to check the result of user imports after the patch.  When this file loaded into IDLE and run with F5, the dir listing for each submodule, after previous import and deletion in run startup, is the same as when the file is run with "<python-path> tkimports".

I opened #27534 to continue run import reduction.  I consider 93d325c64104 and run_autocomplete.diff to be part of that issue.
History
Date User Action Args
2016-07-17 00:17:31terry.reedysetrecipients: + terry.reedy, markroseman, python-dev
2016-07-17 00:17:31terry.reedysetmessageid: <1468714651.12.0.0533576024656.issue25507@psf.upfronthosting.co.za>
2016-07-17 00:17:30terry.reedylinkissue25507 messages
2016-07-17 00:17:30terry.reedycreate