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 tim.peters
Recipients Daniel Pezoa, tim.peters
Date 2020-01-07.21:30:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578432612.19.0.937490429205.issue39249@roundup.psfhosted.org>
In-reply-to
Content
Try passing

    autojunk=False

to the SequenceMatcher constructor.

More on that here:

    https://bugs.python.org/issue31889
History
Date User Action Args
2020-01-07 21:30:12tim.peterssetrecipients: + tim.peters, Daniel Pezoa
2020-01-07 21:30:12tim.peterssetmessageid: <1578432612.19.0.937490429205.issue39249@roundup.psfhosted.org>
2020-01-07 21:30:12tim.peterslinkissue39249 messages
2020-01-07 21:30:12tim.peterscreate