Re: difflib confusion

2008-01-23 Thread Gabriel Genellina
On 23 ene, 06:59, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > On 23/01/2008, Paul Hankin <[EMAIL PROTECTED]> wrote:> On Jan 22, 6:57 pm, > "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > > > hello all, > > > I have a bit of a confusing question. > > > firstly I wanted a library which can do an

Re: difflib confusion

2008-01-23 Thread krishnakant Mane
On 23/01/2008, Paul Hankin <[EMAIL PROTECTED]> wrote: > On Jan 22, 6:57 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > > hello all, > > I have a bit of a confusing question. > > firstly I wanted a library which can do an svn like diff with two files. > > let's say I have file1 and file2 where

Re: difflib confusion

2008-01-22 Thread Paul Hankin
On Jan 22, 6:57 pm, "krishnakant Mane" <[EMAIL PROTECTED]> wrote: > hello all, > I have a bit of a confusing question. > firstly I wanted a library which can do an svn like diff with two files. > let's say I have file1 and file2 where file2 contains some thing which > file1 does not have.  now if I

difflib confusion

2008-01-22 Thread krishnakant Mane
hello all, I have a bit of a confusing question. firstly I wanted a library which can do an svn like diff with two files. let's say I have file1 and file2 where file2 contains some thing which file1 does not have. now if I do readlines() on both the files, I have a list of all the lines. I now wan