Lad wrote:
> Hi,
> What is the best method for comparing two files by words?

try the difflib module:
http://www.python.org/doc/2.4.1/lib/module-difflib.html


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to