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 r.david.murray
Recipients cjw296, ezio.melotti, michael.foord, ncoghlan, r.david.murray, serhiy.storchaka
Date 2014-06-24.16:06:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403625973.84.0.854243030234.issue21820@psf.upfronthosting.co.za>
In-reply-to
Content
For strings, all of the string was not displayed before, either, it was just truncated at the end only.  I'm surprised that that didn't apply to non-strings as well.  It's the diff output that is supposed to be the full text (if maxDiff is None), to my understanding, so it would make sense to me that either the whole output should be displayed if there is no diff output (and maxDiff is None?), or the reprs should be diffed.
History
Date User Action Args
2014-06-24 16:06:13r.david.murraysetrecipients: + r.david.murray, ncoghlan, cjw296, ezio.melotti, michael.foord, serhiy.storchaka
2014-06-24 16:06:13r.david.murraysetmessageid: <1403625973.84.0.854243030234.issue21820@psf.upfronthosting.co.za>
2014-06-24 16:06:13r.david.murraylinkissue21820 messages
2014-06-24 16:06:13r.david.murraycreate