Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #96309 > unrolled thread
| Started by | Noah <noah-list@enabled.com> |
|---|---|
| First post | 2015-09-10 17:41 -0700 |
| Last post | 2015-09-10 17:41 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
finding the diff Noah <noah-list@enabled.com> - 2015-09-10 17:41 -0700
| From | Noah <noah-list@enabled.com> |
|---|---|
| Date | 2015-09-10 17:41 -0700 |
| Subject | finding 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
Back to top | Article view | comp.lang.python
csiph-web