[issue10534] difflib.SequenceMatcher: expose junk sets, deprecate undocumented isb... functions.

Terry J. Reedy report at bugs.python.org
Wed Dec 15 21:23:45 CET 2010


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

Added tweak to .__chain_b to avoid creating list of b2j.keys and .items be deleting from b2j in separate loop after creating sets. Test with timeit suggests time about same with 1% deletion. r87276

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list