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 vstinner
Date 2011-04-26.00:00:08
SpamBayes Score 0.0042529795
Marked as misclassified No
Message-id <1303776010.8.0.380054844246.issue11925@psf.upfronthosting.co.za>
In-reply-to
Content
test_ttk_guionly.test_traversal() failed on "x86 Windows7 3.x":
---------------
[120/354] test_ttk_guionly
test test_ttk_guionly failed -- Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows7\build\lib\tkinter\test\test_ttk\test_widgets.py", line 713, in test_traversal
    self.assertEqual(self.nb.select(), str(self.child2))
AssertionError: '.116458816' != '.116461336'
- .116458816
+ .116461336
---------------
http://www.python.org/dev/buildbot/all/builders/x86%20Windows7%203.x/builds/2984/steps/test/logs/stdio
History
Date User Action Args
2011-04-26 00:00:12vstinnersetrecipients: + vstinner
2011-04-26 00:00:10vstinnersetmessageid: <1303776010.8.0.380054844246.issue11925@psf.upfronthosting.co.za>
2011-04-26 00:00:09vstinnerlinkissue11925 messages
2011-04-26 00:00:09vstinnercreate