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 6fc5f98 commit 98555f3Copy full SHA for 98555f3
1 file changed
Lib/tkinter/test/widget_tests.py
@@ -22,7 +22,7 @@ def pixels_round(x):
22
if patchlevel < (8, 5, 12):
23
_pixels_round = int
24
else:
25
- _pixels_round = int_round
+ _pixels_round = round
26
return _pixels_round(x)
27
28
0 commit comments