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 BreamoreBoy
Recipients BreamoreBoy, larry, mrabarnett, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2015-08-12.02:39:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1439347167.93.0.350142223123.issue24847@psf.upfronthosting.co.za>
In-reply-to
Content
Works fine for me, also on Windows 10 Home 64 bit.

c:\Python35>python.exe
Python 3.5.0rc1 (v3.5.0rc1:1a58b1227501, Aug 10 2015, 05:18:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import tkinter
>>> tkinter.__file__
'c:\\Python35\\lib\\tkinter\\__init__.py'
History
Date User Action Args
2015-08-12 02:39:28BreamoreBoysetrecipients: + BreamoreBoy, paul.moore, larry, tim.golden, mrabarnett, python-dev, zach.ware, steve.dower
2015-08-12 02:39:27BreamoreBoysetmessageid: <1439347167.93.0.350142223123.issue24847@psf.upfronthosting.co.za>
2015-08-12 02:39:27BreamoreBoylinkissue24847 messages
2015-08-12 02:39:27BreamoreBoycreate