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 guettli
Recipients docs@python, guettli
Date 2016-04-27.07:47:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461743267.94.0.620093650485.issue26869@psf.upfronthosting.co.za>
In-reply-to
Content
The first message of the longMessage docs is confusing:

https://docs.python.org/3/library/unittest.html#unittest.TestCase.longMessage

> If set to True then ....

This reads between the lines, that the default is False.

But that was long ago in Python2. In Python3 the default is True (which I prefer to the old default).

I think the docs should be like.

And the term "normal message" is not defined. For new comers the "normal message" is what I get if you don't change the default, not the behaviour of the Python2 version :-)

I think "normal message" should be replaced with "short message" or "diff message" .. I am unsure.

What do you think?
History
Date User Action Args
2016-04-27 07:47:47guettlisetrecipients: + guettli, docs@python
2016-04-27 07:47:47guettlisetmessageid: <1461743267.94.0.620093650485.issue26869@psf.upfronthosting.co.za>
2016-04-27 07:47:47guettlilinkissue26869 messages
2016-04-27 07:47:47guettlicreate