[issue38649] tkinter messagebox is sloppy

Serhiy Storchaka report at bugs.python.org
Fri Dec 25 16:56:35 EST 2020


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

I agree that there is a problem. tkinter.messagebox is poorly documented. Different functions can return True, False, None or the name of the button, and it is not specified which function what returns. Set of acceptable values for type and icon are not documented. And there are no tests, so we cannot be sure that all works as expected on all platforms.

I am working on it.

----------
assignee: docs at python -> serhiy.storchaka
components: +Tests
nosy: +serhiy.storchaka
versions: +Python 3.10 -Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38649>
_______________________________________


More information about the Python-bugs-list mailing list