Rename the diffx Python module and package to pydiffx.
Review Request #11715 — Created July 10, 2021 and submitted — Latest diff uploaded
There's already a Python package on PyPI called
diffx
. It's an XML
diffing library, formerly known asXmlXdiff
. They picked a good name,
but unfortunately it conflicts with our name.To avoid a conflict, our module is now named
pydiffx
.
Unit tests passed on Python 2 and 3.