summaryrefslogtreecommitdiffstats
path: root/Lib/tkinter/tix.py
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-04-25 10:49:11 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-04-25 10:49:11 (GMT)
commit159e5359d95a007865fd5367c398aaa1fb00828c (patch)
treee392245127adc0563d793600a6f26fb22ee7897f /Lib/tkinter/tix.py
parent81e7f94076afb3e2c980d8f563f522ad22a6c308 (diff)
downloadcpython-159e5359d95a007865fd5367c398aaa1fb00828c.zip
cpython-159e5359d95a007865fd5367c398aaa1fb00828c.tar.gz
cpython-159e5359d95a007865fd5367c398aaa1fb00828c.tar.bz2
Remove outdated TkVersion checks.
Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
Diffstat (limited to 'Lib/tkinter/tix.py')
-rw-r--r--Lib/tkinter/tix.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/Lib/tkinter/tix.py b/Lib/tkinter/tix.py
index adb629a..8a8ab91 100644
--- a/Lib/tkinter/tix.py
+++ b/Lib/tkinter/tix.py
@@ -29,10 +29,6 @@
from tkinter import *
from tkinter import _cnfmerge, _default_root
-# WARNING - TkVersion is a limited precision floating point number
-if TkVersion < 3.999:
- raise ImportError("This version of Tix.py requires Tk 4.0 or higher")
-
import _tkinter # If this fails your Python may not be configured for Tk
# Some more constants (for consistency with Tkinter)