[issue6931] dreadful performance in difflib: ndiff and HtmlDiff

Terry J. Reedy report at bugs.python.org
Thu Aug 5 00:15:06 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

An api addition makes this a feature request.

Heiðar, Please copy of difflib.py, hand patch HtmlDiff to  use unified_diff instead of ndiff, and see if that solves the problem.

----------
nosy: +terry.reedy
type: performance -> feature request
versions: +Python 3.2 -Python 2.5, Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6931>
_______________________________________


More information about the Python-bugs-list mailing list