Re: finding the diff

2015-09-11 Thread Peter Otten
Noah wrote: > I am researching a nice slick way to provide the difference between > generated python multi-line configuration output and specific > configuration lines gathered from an output file. I could put things in > a list? I could put both forms output into IOString() and run a diff > co

finding the diff

2015-09-10 Thread Noah
Hi there, I am researching a nice slick way to provide the difference between generated python multi-line configuration output and specific configuration lines gathered from an output file. I could put things in a list? I could put both forms output into IOString() and run a diff command t