[issue24858] python3 -m test -ugui -v test_tk gives 3 failures under Debian unstable (sid)

Serhiy Storchaka report at bugs.python.org
Fri Aug 14 00:10:14 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue24858>
_______________________________________


More information about the Python-bugs-list mailing list