We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6524532 commit 045abfcCopy full SHA for 045abfc
1 file changed
tests/sources/tcltk-86.py
@@ -1,8 +1,11 @@
1
import tkinter
2
import _tkinter
3
4
-lib = tkinter.Tk().getvar('tk_version')
5
header = _tkinter.TK_VERSION
+lib = tkinter.Tk().getvar('tk_version')
6
+
7
+print('header version=' + header)
8
+print('lib version=' + lib)
9
10
if lib != '8.6' or header != '8.6':
11
exit(1)
0 commit comments