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 gregory.p.smith
Recipients gregory.p.smith, nnja, r.david.murray, terry.reedy, tim.peters
Date 2014-04-19.02:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397873063.07.0.156666360365.issue21253@psf.upfronthosting.co.za>
In-reply-to
Content
that seems reasonable.  unittest's assertSequenceEqual is using this to attempt to display a useful error message as to what the delta was; it should try harder to avoid difflib corner cases.

At the very least, unittest should recover from a difflib failure and report a test failure without the possibly nicer message.
History
Date User Action Args
2014-04-19 02:04:23gregory.p.smithsetrecipients: + gregory.p.smith, tim.peters, terry.reedy, r.david.murray, nnja
2014-04-19 02:04:23gregory.p.smithsetmessageid: <1397873063.07.0.156666360365.issue21253@psf.upfronthosting.co.za>
2014-04-19 02:04:22gregory.p.smithlinkissue21253 messages
2014-04-19 02:04:22gregory.p.smithcreate