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 michael.foord, r.david.murray, rhettinger
Date 2010-11-22.02:45:04
SpamBayes Score 0.0006293903
Marked as misclassified No
Message-id <1290393905.63.0.193827376099.issue10164@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-11-22 02:45:05r.david.murraysetrecipients: + r.david.murray, rhettinger, michael.foord
2010-11-22 02:45:05r.david.murraysetmessageid: <1290393905.63.0.193827376099.issue10164@psf.upfronthosting.co.za>
2010-11-22 02:45:04r.david.murraylinkissue10164 messages
2010-11-22 02:45:04r.david.murraycreate