[issue38706] What should the error message in the exception raised by assertTrue and assertFalse be?

Ammar Askar report at bugs.python.org
Wed Nov 6 03:11:22 EST 2019


Ammar Askar <ammar at ammaraskar.com> added the comment:

I don't think the word "true" is really the issue here. It's the fact that "is" in this context is ambiguous, is it referring to the English "is" or the python operator `is`?

----------

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


More information about the Python-bugs-list mailing list