[issue4889] difflib

2009-03-26 Thread Jack Diederich
Jack Diederich added the comment: closing, Garbriel's explanation is sufficient. -- nosy: +jackdied resolution: -> invalid status: open -> closed ___ Python tracker ___

[issue4889] difflib

2009-01-12 Thread Gabriel Genellina
Gabriel Genellina added the comment: You (as a human) most likely parse these lines: hostname vaijain123 hostname CAVANC1001CR1 as "two words, the first one is the same, the second word changed". But difflib sees them more or less as: "21 letters, 8 of them are the same, 13 are different". Th

[issue4889] difflib

2009-01-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Can you be more precise? I tried to reproduce your problem, but I only get added/deleted chunks, nothing in yellow. Please include a script that shows what you did, and the result you expected. -- nosy: +amaury.forgeotdarc __

[issue4889] difflib

2009-01-08 Thread Pratik Potnis
New submission from Pratik Potnis : While using function HtmlDiff() from Library difflib, if there is difference in caps of two strings it does not provide proper diff results. Two strings in two different files in this context that I used are: hostname vaijain123 and (this string is in small cap