Christopher Cabanne added the comment:

Sorry about the typo; here is the corrected timeit command: 

python -m timeit -n 10  "import difflib; 
difflib.HtmlDiff().make_table(open('left500.txt').readlines(), 
open('right500.txt').readlines())"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6931>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to