This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ethan.furman
Recipients Dutcho, barry, eli.bendersky, ethan.furman
Date 2018-04-03.21:05:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522789517.95.0.467229070634.issue33217@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-03 21:05:18ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, Dutcho
2018-04-03 21:05:17ethan.furmansetmessageid: <1522789517.95.0.467229070634.issue33217@psf.upfronthosting.co.za>
2018-04-03 21:05:17ethan.furmanlinkissue33217 messages
2018-04-03 21:05:17ethan.furmancreate