Serhiy Storchaka added the comment: Oh, sorry.
The issue still looks strange to me. It looks as a result of mix Python core, library or tests of different versions. Could you please test what following commands output? >>> import tkinter >>> tcl = tkinter.Tcl() >>> tcl.getboolean(42) True >>> tkinter.BooleanVar.set <function BooleanVar.set at 0xb6ed5614> ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue24858> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com