[issue18696] In unittest.TestCase.longMessage doc remove a redundant sentence

2013-08-10 Thread Ezio Melotti
Ezio Melotti added the comment: Agreed, closing. -- nosy: +ezio.melotti resolution: -> invalid stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue18696] In unittest.TestCase.longMessage doc remove a redundant sentence

2013-08-09 Thread R. David Murray
R. David Murray added the comment: I think the text is OK as it stands. The first sentence is a technical description of the result of setting the attribute, the last sentence is a conceptual discussion of why you would want to set the attribute. -- nosy: +r.david.murray

[issue18696] In unittest.TestCase.longMessage doc remove a redundant sentence

2013-08-09 Thread py.user
New submission from py.user: http://docs.python.org/3/library/unittest.html#unittest.TestCase.longMessage "If set to True then any explicit failure message you pass in to the assert methods will be appended to the end of the normal failure message. The normal messages contain useful information