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 vstinner
Recipients amaury.forgeotdarc, gpolo, loewis, python-dev, serhiy.storchaka, vstinner
Date 2015-04-02.14:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427984218.23.0.705969927221.issue21526@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-04-02 14:16:58vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, gpolo, python-dev, serhiy.storchaka
2015-04-02 14:16:58vstinnersetmessageid: <1427984218.23.0.705969927221.issue21526@psf.upfronthosting.co.za>
2015-04-02 14:16:58vstinnerlinkissue21526 messages
2015-04-02 14:16:58vstinnercreate