[issue44149] difflib.get_close_matches: Add `key` argument

2021-05-16 Thread Raymond Hettinger
Change by Raymond Hettinger : -- nosy: +tim.peters ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue44149] difflib.get_close_matches: Add `key` argument

2021-05-16 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +24798 stage: -> patch review pull_request: https://github.com/python/cpython/pull/26170 ___ Python tracker _

[issue44149] difflib.get_close_matches: Add `key` argument

2021-05-16 Thread Mustafa Quraish
New submission from Mustafa Quraish : Add a `key` argument to difflib.get_close_matches(), so that it is possible to say find the closest objects where an attribute matches the given string. -- components: Library (Lib) messages: 393747 nosy: mustafaquraish priority: normal severity: n