Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #96309 > unrolled thread

finding the diff

Started byNoah <noah-list@enabled.com>
First post2015-09-10 17:41 -0700
Last post2015-09-10 17:41 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  finding the diff Noah <noah-list@enabled.com> - 2015-09-10 17:41 -0700

#96309 — finding the diff

FromNoah <noah-list@enabled.com>
Date2015-09-10 17:41 -0700
Subjectfinding the diff
Message-ID<mailman.345.1441932115.8327.python-list@python.org>
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 to it?

What are some options that work well?

Cheers,

Noah

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web