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 steve.dower
Recipients Aivar.Annamaa, alittleman512, markroseman, ned.deily, paul.moore, ronaldoussoren, sdcards, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-09-24.22:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600988146.0.0.467989005496.issue39107@roundup.psfhosted.org>
In-reply-to
Content
I did a build for Windows and put up the PR taking it in and there seems to be one (related) test failure:

======================================================================
FAIL: test_from (tkinter.test.test_tkinter.test_widgets.ScaleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\cpython\cpython\lib\tkinter\test\test_tkinter\test_widgets.py", line 943, in test_from
    self.checkFloatParam(widget, 'from', 100, 14.9, 15.1, conv=float_round)
  File "D:\a\cpython\cpython\lib\tkinter\test\widget_tests.py", line 106, in checkFloatParam
    self.checkParam(widget, name, value, conv=conv, **kwargs)
  File "D:\a\cpython\cpython\lib\tkinter\test\widget_tests.py", line 63, in checkParam
    self.assertEqual2(widget[name], expected, eq=eq)
  File "D:\a\cpython\cpython\lib\tkinter\test\widget_tests.py", line 47, in assertEqual2
    self.assertEqual(actual, expected, msg)
AssertionError: 14.9 != 15.0

Terry, any ideas?
History
Date User Action Args
2020-09-24 22:55:46steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, markroseman, Aivar.Annamaa, zach.ware, serhiy.storchaka, sdcards, alittleman512
2020-09-24 22:55:46steve.dowersetmessageid: <1600988146.0.0.467989005496.issue39107@roundup.psfhosted.org>
2020-09-24 22:55:45steve.dowerlinkissue39107 messages
2020-09-24 22:55:45steve.dowercreate