[issue21526] Support new booleans in Tkinter

STINNER Victor report at bugs.python.org
Thu Apr 2 16:16:58 CEST 2015


STINNER Victor added the comment:

http://buildbot.python.org/all/builders/x86%20Tiger%203.x/builds/9465/steps/test/logs/stdio

======================================================================
FAIL: test_booleans (test.test_tcl.TclTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_tcl.py", line 391, in test_booleans
    check('true', True)
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_tcl.py", line 386, in check
    self.assertEqual(result, expected)
AssertionError: 'true' != True

----------
nosy: +haypo
resolution: fixed -> 
status: closed -> open

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21526>
_______________________________________


More information about the Python-bugs-list mailing list