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 ezio.melotti
Recipients ezio.melotti, michael.foord, pitrou, python-dev, rhettinger
Date 2011-04-27.07:30:50
SpamBayes Score 1.062489e-06
Marked as misclassified No
Message-id <1303889450.93.0.909818392156.issue11763@psf.upfronthosting.co.za>
In-reply-to
Content
I committed a slightly modified version of the patch, so the issue should be fixed now.

There are two related problems though:
1) difflib is used in other places, so those should probably be checked too;
2) _baseAssertEqual should check if the len of the msg (or the sum of the lengths of the two args) is greater than maxDiff and use safe_repr(arg, short=True) to avoid long diffs.
History
Date User Action Args
2011-04-27 07:30:50ezio.melottisetrecipients: + ezio.melotti, rhettinger, pitrou, michael.foord, python-dev
2011-04-27 07:30:50ezio.melottisetmessageid: <1303889450.93.0.909818392156.issue11763@psf.upfronthosting.co.za>
2011-04-27 07:30:50ezio.melottilinkissue11763 messages
2011-04-27 07:30:50ezio.melotticreate