Berker Peksag added the comment:

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)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27455>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to