# This module provides classes and functions for comparing sequences. # It can be used for example, for comparing files, and can produce difference information in various formats, including HTML and ...
This is probably known and accepted, but since it's not mentioned in the docs I'll raise this anyway. In certain edge cases, difflib and python-Levenshtein give different ratios. E.g.: >>> from ...