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 simon_
Recipients simon_
Date 2019-11-13.15:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573660755.88.0.122394681946.issue38789@roundup.psfhosted.org>
In-reply-to
Content
It seems there is no easy way to use difflib to show a diff but only when there actually are differences. The SequenceMatcher has ratio() but that isn't really available through Differ or any of the convenience functions. Vice versa, when using SequenceMatcher the pretty display is not available.
History
Date User Action Args
2019-11-13 15:59:15simon_setrecipients: + simon_
2019-11-13 15:59:15simon_setmessageid: <1573660755.88.0.122394681946.issue38789@roundup.psfhosted.org>
2019-11-13 15:59:15simon_linkissue38789 messages
2019-11-13 15:59:15simon_create