Tags: diff-match-patch-python/diff-match-patch
Tags
Bugfix release - Stop breaking surrogate pairs in `toDelta()` (#17) - Start tracking new upstream https://github.com/dmsnell/diff-match-patch (#17) - Removed `imp` usage in speedtest - Updated dev dependencies, use uv for dev workflows when available (#22) - Tested on Python 3.8-3.13 - Untested on Python 3.7, will be unsupported in future release
Bug fix v2018.11.06.1: - Remove pathlib import from setup.py to fix py2 builds
Release v2018.11.06: - Add support for Python 2.7 using conditional imports. Includes the upstream python2 implementation and tests, and selects them at import time as appropriate.