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 serhiy.storchaka
Recipients asvetlov, r.david.murray, serhiy.storchaka
Date 2012-10-11.10:31:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349951460.46.0.320307999269.issue14799@psf.upfronthosting.co.za>
In-reply-to
Content
> $ ./python -m test.regrtest -u gui test_ttk_guionly

For me (on 32-bit Ubuntu 10.04, Tk 8.5) it failed:

test test_ttk_guionly failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 579, in test_tab_identifiers
    self.fail("Tab with text 'a' not found")
AssertionError: Tab with text 'a' not found
History
Date User Action Args
2012-10-11 10:31:00serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, asvetlov
2012-10-11 10:31:00serhiy.storchakasetmessageid: <1349951460.46.0.320307999269.issue14799@psf.upfronthosting.co.za>
2012-10-11 10:31:00serhiy.storchakalinkissue14799 messages
2012-10-11 10:31:00serhiy.storchakacreate