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 3d4fabb commit 18d57b4Copy full SHA for 18d57b4
1 file changed
Lib/tkinter/test/support.py
@@ -62,7 +62,7 @@ def requires_tcl(*version):
62
def deco(test):
63
@functools.wraps(test)
64
def newtest(self):
65
- if get_tk_patchlevel() < (8, 6, 5):
+ if get_tk_patchlevel() < version:
66
self.skipTest('requires Tcl version >= ' +
67
'.'.join(map(str, get_tk_patchlevel())))
68
test(self)
0 commit comments