difflib_test: add more tests
1 file changed
tree: cb3788436c5be37095b7cc75dd1a43780eb071f9
  1. difflib/
  2. LICENSE
  3. README.md
README.md

Here is a partial port of python 3 difflib package. Its main goal was to make available a unified diff implementation, mostly for testing purposes.

The following class and functions have be ported:

  • SequenceMatcher
  • unified_diff()

Related doctests have been ported as well.

I have barely used to code yet so do not consider it being production-ready. The API is likely to evolve too.