diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2019-01-02 22:04:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 22:04:06 -0500 |
commit | aff0adabf3ace62073076f4ce875ff568f2d3180 (patch) | |
tree | 157f0f7ad9d4f62e55cc99c000f6e82af30a0d01 /Lib/idlelib/query.py | |
parent | e9a044ec16989bd4b39763c0588c17200a925350 (diff) | |
download | cpython-git-aff0adabf3ace62073076f4ce875ff568f2d3180.tar.gz |
bpo-33987: IDLE - use ttk Frame for ttk widgets (GH-11395)
Diffstat (limited to 'Lib/idlelib/query.py')
-rw-r--r-- | Lib/idlelib/query.py | 1 |
1 files changed, 0 insertions, 1 deletions
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. |