[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread miss-islington
miss-islington added the comment: New changeset 15e091f63f12b659ad17563a4ce7f5188aceae0a by Miss Skeleton (bot) in branch '3.9': bpo-41306: Allow scale value to not be rounded (GH-21715) https://github.com/python/cpython/commit/15e091f63f12b659ad17563a4ce7f5188aceae0a --

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +21585 pull_request: https://github.com/python/cpython/pull/22597 ___ Python tracker ___

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread miss-islington
miss-islington added the comment: New changeset 3d103e06951324680c587d4fe1135f06367c9d3d by Miss Skeleton (bot) in branch '3.8': bpo-41306: Allow scale value to not be rounded (GH-21715) https://github.com/python/cpython/commit/3d103e06951324680c587d4fe1135f06367c9d3d --

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread miss-islington
Change by miss-islington : -- pull_requests: +21584 pull_request: https://github.com/python/cpython/pull/22596 ___ Python tracker ___

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-10-08 Thread miss-islington
miss-islington added the comment: New changeset aecf036738a404371303e770f4ce4fd9f7d43de7 by E-Paine in branch 'master': bpo-41306: Allow scale value to not be rounded (GH-21715) https://github.com/python/cpython/commit/aecf036738a404371303e770f4ce4fd9f7d43de7 -- nosy:

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-09-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Fixing this test bug is required to upgrade tk on Windows. #39107 and PR 22405. E. Paine reported on the PR 21715 that this change is intentional and here to stay. I wondered the same; thank you for asking. -- nosy: +terry.reedy

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-08-03 Thread E. Paine
E. Paine added the comment: For reference, I have opened https://core.tcl-lang.org/tk/tktview?name=81c3ef93148d17ff280d9a0b4c4edfce453b972f to report this to the Tk team and ask if this change in behaviour is intended. -- ___ Python tracker

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-08-03 Thread E. Paine
Change by E. Paine : -- keywords: +patch pull_requests: +20859 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/21715 ___ Python tracker

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-08-03 Thread E. Paine
E. Paine added the comment: +1 this issue. I have encountered this problem lots when testing patches and almost always just end up deleting the test_from method to get test_tk to pass. I am not sure of a solution, though, as we *need* to keep test compatibility with Tk 8.6.8 while

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-07-28 Thread Ned Deily
Ned Deily added the comment: This issue should be fixed for upcoming releases. Nosying Ɓukasz for consideration of "release blocker" status. -- nosy: +lukasz.langa priority: normal -> critical ___ Python tracker

[issue41306] test_tk test_widgets.ScaleTest fails with Tk 8.6.10

2020-07-16 Thread Ned Deily
Ned Deily added the comment: I can reproduce that test failure with Tk 8.6.10 on macOS, along with a few others. I believe various small things have changed in Tk somewhere between 8.6.8 and 8.6.10 in ways that affect some of the Python Tk gui tests, like test_tk and test_ttk_guionly. Some