Ethan Furman <et...@stoneleaf.us> 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 <rep...@bugs.python.org>
<https://bugs.python.org/issue33217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to