Serhiy Storchaka <storchaka+cpyt...@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@python -> serhiy.storchaka components: +Tests nosy: +serhiy.storchaka versions: +Python 3.10 -Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue38649> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com