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 berker.peksag
Recipients OO O, berker.peksag, terry.reedy, zvyn
Date 2017-01-05.03:27:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483586838.03.0.296547434114.issue29162@psf.upfronthosting.co.za>
In-reply-to
Content
I think the OP is talking about Lib/idlelib/pyshell.py. The relevant changeset is 76f831e4b806. "from tkinter import *" imports the sys module as a side-effect. OO O, did you notice this by reading the code or by using a tool like flake8?
History
Date User Action Args
2017-01-05 03:27:18berker.peksagsetrecipients: + berker.peksag, terry.reedy, zvyn, OO O
2017-01-05 03:27:18berker.peksagsetmessageid: <1483586838.03.0.296547434114.issue29162@psf.upfronthosting.co.za>
2017-01-05 03:27:17berker.peksaglinkissue29162 messages
2017-01-05 03:27:17berker.peksagcreate