From aff0adabf3ace62073076f4ce875ff568f2d3180 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Wed, 2 Jan 2019 22:04:06 -0500 Subject: bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395) --- Lib/idlelib/query.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/idlelib/query.py') diff --git a/Lib/idlelib/query.py b/Lib/idlelib/query.py index c2628cceb7..f0b72553db 100644 --- a/Lib/idlelib/query.py +++ b/Lib/idlelib/query.py @@ -1,6 +1,5 @@ """ Dialogs that query users and verify the answer before accepting. -Use ttk widgets, limiting use to tcl/tk 8.5+, as in IDLE 3.6+. Query is the generic base class for a popup dialog. The user must either enter a valid answer or close the dialog. -- cgit v1.2.1