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 John Hagen, SilentGhost, berker.peksag, docs@python, terry.reedy
Date 2016-07-06.13:16:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467810982.75.0.689091284161.issue27455@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the updated patch. I noticed a typo in your test script. It works for me if I update the super() line from

    super().__init__(self, master)

to

    super().__init__(master)
History
Date User Action Args
2016-07-06 13:16:22berker.peksagsetrecipients: + berker.peksag, terry.reedy, SilentGhost, docs@python, John Hagen
2016-07-06 13:16:22berker.peksagsetmessageid: <1467810982.75.0.689091284161.issue27455@psf.upfronthosting.co.za>
2016-07-06 13:16:22berker.peksaglinkissue27455 messages
2016-07-06 13:16:22berker.peksagcreate