[issue27913] Difflib.ndiff (Problem on identification of changes as Diff Style)
vincenzo gisondi added the comment: Ok now it is all clear. Thank you very much, for your rapid and clear answer. -- ___ Python tracker <http://bugs.python.org/issue27
[issue27913] Difflib.ndiff (Problem on identification of changes as Diff Style)
New submission from vincenzo gisondi: I found an anomaly on identification of changes as Diff Style (^). There are the tests that i done: 1) First Test (only one character is different) >>> a = "Hello Vincenzo\n".splitlines(1) >>> b = "Hello Vincenza\n".