tests

kyosohma at gmail.com kyosohma at gmail.com
Thu Aug 9 09:41:59 EDT 2007


On Aug 9, 8:21 am, nikolay marinov <n.mari... at sistechnology.com>
wrote:
> Hi, everyone.Does anybody have an idea how can i test two xls files for
> equality with Python

You should be able to read chunks of each file in binary mode and do a
compare to check for equality. Some kind of loop should do the trick.

Mike




More information about the Python-list mailing list