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 Christopher.Cabanne
Recipients Christopher.Cabanne, eric.araujo, funkyhat, gruszczy, heidar.rafn, jackdied, neologix, terry.reedy, zitrax
Date 2014-07-08.23:28:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404862081.68.0.588867455689.issue6931@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a timeit command to test with the attached test files: 

python -m timeit -n 10 "import difflib; difflib.HtmlDiff().make_table(open('left500.txt').readlines(), open('righ500.txt').readlines())"
History
Date User Action Args
2014-07-08 23:28:01Christopher.Cabannesetrecipients: + Christopher.Cabanne, terry.reedy, jackdied, eric.araujo, gruszczy, heidar.rafn, neologix, zitrax, funkyhat
2014-07-08 23:28:01Christopher.Cabannesetmessageid: <1404862081.68.0.588867455689.issue6931@psf.upfronthosting.co.za>
2014-07-08 23:28:01Christopher.Cabannelinkissue6931 messages
2014-07-08 23:28:01Christopher.Cabannecreate