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 ncoghlan
Recipients barry, durin42, gward, ncoghlan, r.david.murray, terry.reedy
Date 2013-03-18.08:39:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7dPPS0H=L9woSw5ngPzpAxhZKmc=ChDOApFB4298DLdzA@mail.gmail.com>
In-reply-to <1363587478.73.0.248187729813.issue17445@psf.upfronthosting.co.za>
Content
At a glance, this just looks like a bug in difflib - it should use
different literals when handling bytes. (Given that difflib newline
processing assumes ASCII compatibility, a latin-1 based decode/encode
solution may also be viable).
History
Date User Action Args
2013-03-18 08:39:11ncoghlansetrecipients: + ncoghlan, barry, gward, terry.reedy, durin42, r.david.murray
2013-03-18 08:39:11ncoghlanlinkissue17445 messages
2013-03-18 08:39:11ncoghlancreate