From 913c101eab980f097f4b18211f2deed1e53535d6 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Thu, 9 Jun 2016 21:09:15 -0400 Subject: Issue #24759: IDLE requires tk 8.5 and availability ttk widgets. Delete now unneeded tk version tests and code for older versions. --- Lib/idlelib/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/idlelib/__init__.py') diff --git a/Lib/idlelib/__init__.py b/Lib/idlelib/__init__.py index 711f61bb69..fef21bee14 100644 --- a/Lib/idlelib/__init__.py +++ b/Lib/idlelib/__init__.py @@ -1,6 +1,7 @@ """The idlelib package implements the Idle application. Idle includes an interactive shell and editor. +Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later. Use the files named idle.* to start Idle. The other files are private implementations. Their details are subject to -- cgit v1.2.1