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.
2 parents 98e818b + 98555f3 commit 17972a7Copy full SHA for 17972a7
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