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 RusiMody, kbk, python-dev, roger.serwy, serhiy.storchaka, taleinat, terry.reedy
Date 2014-10-10.05:44:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412919869.1.0.407579103698.issue20167@psf.upfronthosting.co.za>
In-reply-to
Content
I know.  3.4.2.rc1 was released over 2 weeks ago and 3.4.2 just yesterday (essentially without change).  So you have to delete space again. Since 3.4.1 worked for many people, perhaps you have an ancient version of tk.  You can get major/minor number with
>>> import tkinter as tk
>>> tk.TclVersion
8.6
but 8.5 covers a long time span and many fixes.  I forget how to get the third, micro number.
History
Date User Action Args
2014-10-10 05:44:29terry.reedysetrecipients: + terry.reedy, kbk, taleinat, roger.serwy, RusiMody, python-dev, serhiy.storchaka
2014-10-10 05:44:29terry.reedysetmessageid: <1412919869.1.0.407579103698.issue20167@psf.upfronthosting.co.za>
2014-10-10 05:44:29terry.reedylinkissue20167 messages
2014-10-10 05:44:28terry.reedycreate