mirror of
https://github.com/python/cpython.git
synced 2025-07-10 04:45:36 +00:00
Remove outdated TkVersion checks.
Minimal supported Tcl/Tk version is 8.4, and this is checked in _tkinter.c.
This commit is contained in:
parent
81e7f94076
commit
159e5359d9
4 changed files with 1 additions and 16 deletions
|
@ -3,10 +3,7 @@
|
|||
from tkinter import *
|
||||
from tkinter import _cnfmerge
|
||||
|
||||
if TkVersion <= 3.6:
|
||||
DIALOG_ICON = 'warning'
|
||||
else:
|
||||
DIALOG_ICON = 'questhead'
|
||||
DIALOG_ICON = 'questhead'
|
||||
|
||||
|
||||
class Dialog(Widget):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue