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

Louie Lu report at bugs.python.org
Tue May 30 22:54:04 EDT 2017


Louie Lu added the comment:

Ok, changed to query.Query will be good. But the problem still exist, query.Query use "<Key-Return>" to bind at button ok, should it re-bind to "<KeyRelease-Return>" at subclass such as AskInteger(Query) ?

----------
versions: +Python 3.5 -Python 3.7

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


More information about the Python-bugs-list mailing list