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 ned.deily
Recipients ned.deily, ronaldoussoren, serhiy.storchaka
Date 2020-11-30.19:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606763244.68.0.694946110326.issue42507@roundup.psfhosted.org>
In-reply-to
Content
I tested on 3.9 with the backport of GH-23474 merged. The six failures are still there plus there is now an additional failure:

======================================================================
FAIL: test_horizontal_range (tkinter.test.test_ttk.test_extensions.LabeledScaleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/test/test_ttk/test_extensions.py", line 121, in test_horizontal_range
    self.assertEqual(prev_xcoord, int(linfo_1['x']))
AssertionError: 12 != 0
History
Date User Action Args
2020-11-30 19:07:24ned.deilysetrecipients: + ned.deily, ronaldoussoren, serhiy.storchaka
2020-11-30 19:07:24ned.deilysetmessageid: <1606763244.68.0.694946110326.issue42507@roundup.psfhosted.org>
2020-11-30 19:07:24ned.deilylinkissue42507 messages
2020-11-30 19:07:23ned.deilycreate