How can I compare if 2 files has duplicate entries in python?

2006-03-21 Thread yinglcs
I am new to python. How can I compare if 2 files has duplicate entries in python? Is there an example for that? What if the files are big and I don't want to read the whole file in memory. Thank you. -- http://mail.python.org/mailman/listinfo/python-list

Re: How can I compare if 2 files has duplicate entries in python?

2006-03-21 Thread Larry Bates
[EMAIL PROTECTED] wrote: I am new to python. How can I compare if 2 files has duplicate entries in python? Is there an example for that? What if the files are big and I don't want to read the whole file in memory. Thank you. You need to supply more info. If you just want to determine

Re: How can I compare if 2 files has duplicate entries in python?

2006-03-21 Thread Rene Pijlman
[EMAIL PROTECTED]: I am new to python. How can I compare if 2 files has duplicate entries in python? What is an 'entry'? -- René Pijlman Wat wil jij leren? http://www.leren.nl -- http://mail.python.org/mailman/listinfo/python-list