Re: difflib qualm

2007-01-25 Thread Gabriel Genellina
At Thursday 25/1/2007 21:49, Larry Bates wrote: Gabriel Genellina wrote: > At Wednesday 24/1/2007 23:05, Sick Monkey wrote: > >> I am trying to write a python script that will compare 2 files which >> contains names (millions of them). >> >> More specifically, I have 2 files (Files1.txt and Files

Re: difflib qualm

2007-01-25 Thread Larry Bates
Gabriel Genellina wrote: > At Wednesday 24/1/2007 23:05, Sick Monkey wrote: > >> I am trying to write a python script that will compare 2 files which >> contains names (millions of them). >> >> More specifically, I have 2 files (Files1.txt and Files2.txt). >> Files1.txt contains 180 thousand name

Re: difflib qualm

2007-01-24 Thread Gabriel Genellina
At Wednesday 24/1/2007 23:05, Sick Monkey wrote: I am trying to write a python script that will compare 2 files which contains names (millions of them). More specifically, I have 2 files (Files1.txt and Files2.txt). Files1.txt contains 180 thousand names and Files2.txt contains 34 million n

difflib qualm

2007-01-24 Thread Sick Monkey
I am trying to write a python script that will compare 2 files which contains names (millions of them). More specifically, I have 2 files (Files1.txt and Files2.txt). Files1.txtcontains 180 thousand names and Files2.txt contains 34 million names. I have a script which will analyze these two file