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 e3685fd commit 569d12fCopy full SHA for 569d12f
1 file changed
Lib/tkinter/test/support.py
@@ -64,7 +64,7 @@ def deco(test):
64
def newtest(self):
65
if get_tk_patchlevel() < version:
66
self.skipTest('requires Tcl version >= ' +
67
- '.'.join(map(str, get_tk_patchlevel())))
+ '.'.join(map(str, version)))
68
test(self)
69
return newtest
70
return deco
0 commit comments