On 2019-11-25 16:31 +03, Noah <n...@neo.co.tz> wrote:
>>From experience, could someone point me to a library that can do a diff
> between two separate text files...
>
> *difflib* doesn't seem to cut it to this end....

Kinda simplistic idea, but would shelling out to diff(1) work for you?
GNU diff is probably one of the most sophisticated tools for generating
diffs out there, if not the one, given the sheer amount of usage and
care it’s subject to.

Cheers,
        -gk.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to