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.

classification
Title: difflib.get_close_matches: Add `key` argument
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: mustafaquraish, python-dev, tim.peters
Priority: normal Keywords: patch

Created on 2021-05-16 16:14 by mustafaquraish, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 26170 open python-dev, 2021-05-16 16:23
Messages (1)
msg393747 - (view) Author: Mustafa Quraish (mustafaquraish) * Date: 2021-05-16 16:14
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.
History
Date User Action Args
2022-04-11 14:59:45adminsetgithub: 88315
2021-05-16 17:25:58rhettingersetnosy: + tim.peters
2021-05-16 16:23:57python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request24798
stage: patch review
2021-05-16 16:14:00mustafaquraishcreate