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-07.19:15:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467918958.32.0.254469530384.issue25507@psf.upfronthosting.co.za>
In-reply-to
Content
According to https://stackoverflow.com/questions/38249755/tkinter-not-working-in-cmd-working-in-idle, this code

from tkinter import filedialog
root = Tk()

ran in 3.4.3.  After the patch for 3.5.1 (and 3.4.4, 2.7.11) it raises NameError in 3.5.2.
History
Date User Action Args
2016-07-07 19:15:58terry.reedysetrecipients: + terry.reedy, markroseman, python-dev
2016-07-07 19:15:58terry.reedysetmessageid: <1467918958.32.0.254469530384.issue25507@psf.upfronthosting.co.za>
2016-07-07 19:15:58terry.reedylinkissue25507 messages
2016-07-07 19:15:58terry.reedycreate