Unix diff command under Window.

Thomas Heller theller at python.net
Wed Aug 24 10:57:35 EDT 2005


"TonyHa" <tony_ha2002 at yahoo.co.uk> writes:

> Hello,
>
> Does any one have using Python to write a Unix "diff" command for
> Window?
>
> Tony Ha.

Yes.  There's a script in your Python distribution:
Tools/scripts/diff.py

See also the docs for the 'difflib' standard library module.

I do not know whether the Tools directory is installed by default or
not.

Thomas



More information about the Python-list mailing list