[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2011-06-15 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2011-06-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe this issue should be closed and have set it to pending. The original report of a 'bug' and the two 'testcases' were and are invalid as they are based on an incorrect understanding of SequenceMatcher. It is not a diff program and in particular not a

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2011-06-15 Thread R. David Murray
R. David Murray added the comment: No need to apologize for the bump. The trick is catching the interest of someone who feels qualified to judge the patch. I've added a couple people to nosy who worked on difflib recently. If no one speaks up in the next few days, it might be time to post

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2011-06-15 Thread Peter Waller
Peter Waller added the comment: Apologies for the bump, but it has been more than a year and I did attach a patch! :-) What next? -- ___ Python tracker ___ _

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2008-12-10 Thread Raymond Hettinger
Raymond Hettinger <[EMAIL PROTECTED]> added the comment: Tim, any comments or interest? -- assignee: -> tim_one nosy: +rhettinger, tim_one ___ Python tracker <[EMAIL PROTECTED]> __

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2008-12-10 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Without a patch, this is not a candidate for 2.5.3. -- nosy: +loewis versions: +Python 2.7 -Python 2.5.3 ___ Python tracker <[EMAIL PROTECTED]> __

[issue1711800] SequenceMatcher bug with insert/delete block after "replace"

2008-11-21 Thread Andrew Inglis
Andrew Inglis <[EMAIL PROTECTED]> added the comment: Are there any updates for this issue? I am having the same problem, or, lack of feature, with SequenceMatcher. Gabriel, Differ doesn't seem to have the functionality, or an easy way to patch it to get the functionality, that Christian is talkin