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 pitrou
Recipients georg.brandl, gpolo, loewis, pitrou
Date 2010-12-18.21:15:14
SpamBayes Score 0.00037765515
Marked as misclassified No
Message-id <1292706922.45.0.208964037247.issue10734@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the Windows buildbots have been failing since the tk upgrade (at least, I'm assuming it is related since there haven't been any tk changes recently).

======================================================================
FAIL: test_heading_callback (tkinter.test.test_ttk.test_widgets.TreeviewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\tkinter\test\test_ttk\test_widgets.py", line 945, in test_heading_callback
    self.fail("The command associated to the treeview heading wasn't "
AssertionError: The command associated to the treeview heading wasn't invoked.

----------------------------------------------------------------------

(see e.g. http://www.python.org/dev/buildbot/all/builders/AMD64%20Windows%20Server%202008%203.x )
History
Date User Action Args
2010-12-18 21:15:22pitrousetrecipients: + pitrou, loewis, georg.brandl, gpolo
2010-12-18 21:15:22pitrousetmessageid: <1292706922.45.0.208964037247.issue10734@psf.upfronthosting.co.za>
2010-12-18 21:15:14pitroulinkissue10734 messages
2010-12-18 21:15:14pitroucreate