[issue21344] save scores or ratios in difflib get_close_matches

Russell Ballestrini report at bugs.python.org
Thu Apr 24 17:08:08 CEST 2014


Russell Ballestrini added the comment:

Claudiu.Popa,

Yes, that was my first idea on how to tackle this issue.

I will create another proper patch that prepares two separate functions:

* get_close_matches
* get_scored_close_matches

Where each are basically wrapper / API functions around a private function that holds the algorithm:

* _get_scored_close_matches

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21344>
_______________________________________


More information about the Python-bugs-list mailing list