[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-12-02 Thread Michael Foord
Michael Foord added the comment: Committed revision 86944. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-11-20 Thread Mark Roddy
Mark Roddy added the comment: Current patch has grown stale. Attaching a newer one. -- nosy: +MarkRoddy Added file: http://bugs.python.org/file19724/py3k.7911.patch ___ Python tracker _

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-10-29 Thread Michael Foord
Michael Foord added the comment: I intend to. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-10-27 Thread Georg Brandl
Georg Brandl added the comment: Michael: ping? Will you do this before beta1? -- nosy: +georg.brandl ___ Python tracker ___ ___ Python

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-02-25 Thread Pablo Mouzo
Pablo Mouzo added the comment: The patch changes the default to True, and updates the tests and the docs to reflect this. -- keywords: +patch nosy: +pablomouzo Added file: http://bugs.python.org/file16377/issue7834.diff ___ Python tracker

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-02-11 Thread R. David Murray
New submission from R. David Murray : +1 -- nosy: +r.david.murray priority: -> normal type: -> feature request ___ Python tracker ___ ___

[issue7911] unittest.TestCase.longMessage should default to True in Python 3.2

2010-02-11 Thread Michael Foord
Changes by Michael Foord : -- assignee: michael.foord keywords: easy nosy: michael.foord severity: normal stage: needs patch status: open title: unittest.TestCase.longMessage should default to True in Python 3.2 versions: Python 3.2 ___ Python tracker