[issue12723] tkSimpleDialog.askstring shouldn't allow empty string input

R. David Murray report at bugs.python.org
Thu Aug 11 02:45:16 CEST 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

But what if the empty string is valid input?  This change would be backward incompatible.

I think this should instead be a feature request for exposing _QueryDialog so that you can subclass it and provide your own getresult function.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list