Ethan Furman <[email protected]> added the comment: Thanks for finding this!
However, TypeError, an exception, is not the correct type of answer -- the correct type of answer for a yes/no question is either True or False. So the code should be changed from returning NotImplemented to returning False. ---------- keywords: +easy _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33217> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
