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.

classification
Title: unittest.TestCase.longMessage should default to True in Python 3.2
Type: enhancement Stage: resolved
Components: Versions: Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: michael.foord Nosy List: MarkRoddy, georg.brandl, michael.foord, pablomouzo, r.david.murray
Priority: normal Keywords: easy, patch

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:57adminsetgithub: 52159
2010-12-03 00:53:58michael.foordsetstatus: open -> closed
resolution: fixed
messages: + msg123151

stage: needs patch -> resolved
2010-11-21 02:13:41MarkRoddysetfiles: + py3k.7911.patch
nosy: + MarkRoddy
messages: + msg121835

2010-10-30 01:52:53michael.foordsetmessages: + msg119953
2010-10-27 07:31:38georg.brandlsetnosy: + georg.brandl
messages: + msg119681
2010-02-26 05:09:22pablomouzosetfiles: + issue7834.diff

nosy: + pablomouzo
messages: + msg100137

keywords: + patch
2010-02-11 19:08:36r.david.murraysetpriority: normal

nosy: + r.david.murray
messages: + msg99236

type: enhancement
2010-02-11 18:29:15michael.foordcreate