This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author offby1
Recipients offby1
Date 2014-02-23.22:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393193816.17.0.662615840954.issue20752@psf.upfronthosting.co.za>
In-reply-to
Content
It should be possible to provide subclasses or implementations of the SequenceMatcher interface to difflib's various methods that do formatting (for example, unified_diff/context_diff et al).

I've included a patch for it that satisfies my personal itch on the subject (attached). I'd like to have this reviewed for inclusion in 3.5.
History
Date User Action Args
2014-02-23 22:16:56offby1setrecipients: + offby1
2014-02-23 22:16:56offby1setmessageid: <1393193816.17.0.662615840954.issue20752@psf.upfronthosting.co.za>
2014-02-23 22:16:56offby1linkissue20752 messages
2014-02-23 22:16:55offby1create