R. David Murray <rdmur...@bitdance.com> added the comment: Agreed on the closing. The pre-diff processing function would be a great addition. For the record, I am currently satisfying my use case by doing this:
self.assertEqual(bstr1.split(b'\n'), bstr2.split(b'\n')) which produces a very readable diff. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10164> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com