Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49667f0 commit b281732Copy full SHA for b281732
1 file changed
Lib/tkinter/test/widget_tests.py
@@ -11,7 +11,7 @@
11
_sentinel = object()
12
13
class AbstractWidgetTest:
14
- _conv_pixels = round if tcl_version[:2] != (8, 5) else int
+ _conv_pixels = round
15
_conv_pad_pixels = None
16
wantobjects = True
17
0 commit comments