Issue 7911: unittest.TestCase.longMessage should default to True in Python 3.2 (original) (raw)

Issue7911

Created on 2010-02-11 18:29 by michael.foord, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue7834.diff pablomouzo,2010-02-26 05:09 review
py3k.7911.patch MarkRoddy,2010-11-21 02:13 Updated patch for py3k branch
Messages (6)
msg99236 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2010-02-11 19:08
+1
msg100137 - (view) Author: Pablo Mouzo (pablomouzo) Date: 2010-02-26 05:09
The patch changes the default to True, and updates the tests and the docs to reflect this.
msg119681 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2010-10-27 07:31
Michael: ping? Will you do this before beta1?
msg119953 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-10-30 01:52
I intend to.
msg121835 - (view) Author: Mark Roddy (MarkRoddy) * Date: 2010-11-21 02:13
Current patch has grown stale. Attaching a newer one.
msg123151 - (view) Author: Michael Foord (michael.foord) * (Python committer) Date: 2010-12-03 00:53
Committed revision 86944.
History
Date User Action Args
2022-04-11 14:56:57 admin set github: 52159
2010-12-03 00:53:58 michael.foord set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2010-11-21 02:13:41 MarkRoddy set files: + py3k.7911.patchnosy: + MarkRoddymessages: +
2010-10-30 01:52:53 michael.foord set messages: +
2010-10-27 07:31:38 georg.brandl set nosy: + georg.brandlmessages: +
2010-02-26 05:09:22 pablomouzo set files: + issue7834.diffnosy: + pablomouzomessages: + keywords: + patch
2010-02-11 19:08:36 r.david.murray set priority: normalnosy: + r.david.murraymessages: + type: enhancement
2010-02-11 18:29:15 michael.foord create