[issue27115] IDLE: replace used of tkinter simpledialog with query.Query

Terry J. Reedy report at bugs.python.org
Tue May 30 00:12:58 EDT 2017


Terry J. Reedy added the comment:

We should not change simpledialog.py, but we could change bindings after import.

However, since last summer, we can instead replace simpledialog.py with subclasses of ttk-using query.Query, with custom validators. editor.py uses askinterger for indent width, columns/tab, and goto line number. Iomenu uses askstring for encoding.  I have already planned to use Query for the line# box.

----------
title: IDLE/tkinter: in simpledialog, <Return> != [OK] click -> IDLE: replace used of tkinter simpledialog with query.Query
versions: +Python 3.7 -Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27115>
_______________________________________


More information about the Python-bugs-list mailing list