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 serhiy.storchaka
Recipients Ankur.Ankan, Elena.Oat, Jacek.Bzdak, Puneeth.Chaganti, ankurankan, ezio.melotti, michael.foord, nnja, pitrou, serhiy.storchaka, vstinner
Date 2014-08-10.09:17:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407662276.58.0.246435085589.issue19217@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your comments Ezio. Yes, this patch is rather only a demo. Sorry, but I'm not very interesting in completing this patch (at least not right now). I only want to see more detailed error reports.

There are some ideas about improving diffs reporting. First, we can iterative decrease slices size until diff size become less maxDiff. And output truncated diff instead of omitting it at all. Second, we can extend difflib by functions which allow to limit a number of reported differences.
History
Date User Action Args
2014-08-10 09:17:56serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, ezio.melotti, michael.foord, Jacek.Bzdak, Ankur.Ankan, Elena.Oat, nnja, ankurankan, Puneeth.Chaganti
2014-08-10 09:17:56serhiy.storchakasetmessageid: <1407662276.58.0.246435085589.issue19217@psf.upfronthosting.co.za>
2014-08-10 09:17:56serhiy.storchakalinkissue19217 messages
2014-08-10 09:17:56serhiy.storchakacreate