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 Saimadhav.Heblikar
Recipients JayKrish, Saimadhav.Heblikar, Todd.Rovito, ezio.melotti, philwebster, python-dev, serhiy.storchaka, terry.reedy
Date 2014-07-13.05:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405230509.27.0.319948079222.issue18592@psf.upfronthosting.co.za>
In-reply-to
Content
A bug introduced by 91491:a0e8f2d882a3.

Opening Find-in-files gives the following error

Exception in Tkinter callback
Traceback (most recent call last):
  File "/home/saimadhav/dev/34-cpython/Lib/tkinter/__init__.py", line 1487, in __call__
.
.
<SNIPPED>
.
.
    self.tk = master.tk
AttributeError: 'tuple' object has no attribute 'tk'
History
Date User Action Args
2014-07-13 05:48:29Saimadhav.Heblikarsetrecipients: + Saimadhav.Heblikar, terry.reedy, ezio.melotti, Todd.Rovito, python-dev, serhiy.storchaka, JayKrish, philwebster
2014-07-13 05:48:29Saimadhav.Heblikarsetmessageid: <1405230509.27.0.319948079222.issue18592@psf.upfronthosting.co.za>
2014-07-13 05:48:29Saimadhav.Heblikarlinkissue18592 messages
2014-07-13 05:48:29Saimadhav.Heblikarcreate