mirror of
https://github.com/actions/python-versions.git
synced 2025-12-27 20:43:13 +08:00
Add test
This commit is contained in:
8
tests/sources/tcltk-86.py
Normal file
8
tests/sources/tcltk-86.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import tkinter
|
||||
import _tkinter
|
||||
|
||||
lib = tkinter.Tk().getvar('tk_version')
|
||||
header = _tkinter.TK_VERSION
|
||||
|
||||
if lib != '8.6' or header != '8.6':
|
||||
exit(1)
|
||||
Reference in New Issue
Block a user