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 2017-08-08.00:31:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502152269.36.0.702783586271.issue31068@psf.upfronthosting.co.za>
In-reply-to
Content
Another bug, truncated traceback since the top was the same:

(...)
File: "C:\haypo\2.7\lib\lib-tk\test\test_ttk\test_widgets.py", line 1367, in test_heading_callback
  self.tv.update()
File: "C:\haypo\2.7\lib\lib-tk\Tkinter.py", line 1023, in update
  self.tk.call('update')
History
Date User Action Args
2017-08-08 00:31:09vstinnersetrecipients: + vstinner
2017-08-08 00:31:09vstinnersetmessageid: <1502152269.36.0.702783586271.issue31068@psf.upfronthosting.co.za>
2017-08-08 00:31:09vstinnerlinkissue31068 messages
2017-08-08 00:31:08vstinnercreate