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 lemburg
Recipients brian.gallagher, lemburg, tim.peters
Date 2020-03-08.11:36:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583667389.89.0.526394981074.issue39891@roundup.psfhosted.org>
In-reply-to
Content
It looks like Brian is expecting some kind of normalization of the strings before they enter the function, e.g. convert to lowercase, remove extra whitespace, convert diacritics to regular letters, combinations of such normalizations, etc.

Since both "word" and "possibilities" would have to be normalized, I think it's better to let the application deal with this efficiently than try to come up with a new function or add a normalize keyword function parameter.
History
Date User Action Args
2020-03-08 11:36:29lemburgsetrecipients: + lemburg, tim.peters, brian.gallagher
2020-03-08 11:36:29lemburgsetmessageid: <1583667389.89.0.526394981074.issue39891@roundup.psfhosted.org>
2020-03-08 11:36:29lemburglinkissue39891 messages
2020-03-08 11:36:29lemburgcreate