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 mkarotsieris
Recipients brandtbucher, mkarotsieris
Date 2019-11-05.21:16:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572988579.06.0.00880287110043.issue38706@roundup.psfhosted.org>
In-reply-to
Content
The error messages included in the exceptions raised when assertTrue and assertFalse fail are respectively:  

'False is not true' 
'True is not false '

This issue's goal is to find out if it would be more correct or/and beneficial for those messages to be: 

'False is not True' 
'True is not False'

As a side note, the suggested error message is syntactically correct Python. 

The assosciated file is Lib/unittest/case.py .
History
Date User Action Args
2019-11-05 21:16:19mkarotsierissetrecipients: + mkarotsieris, brandtbucher
2019-11-05 21:16:19mkarotsierissetmessageid: <1572988579.06.0.00880287110043.issue38706@roundup.psfhosted.org>
2019-11-05 21:16:18mkarotsierislinkissue38706 messages
2019-11-05 21:16:18mkarotsieriscreate