difflib.get_close_matches: Add `key` argument
Open
Nobody has claimed this yet.
3.11
stdlib
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 44149 |
|---|---|
| Nosy | @tim-one, @mustafaquraish |
| PRs |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2021-05-16.16:14:00.944>
labels = ['type-feature', 'library', '3.11']
title = 'difflib.get_close_matches: Add `key` argument'
updated_at = <Date 2021-05-16.17:25:58.375>
user = 'https://github.com/mustafaquraish'
bugs.python.org fields:
activity = <Date 2021-05-16.17:25:58.375>
actor = 'rhettinger'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2021-05-16.16:14:00.944>
creator = 'mustafaquraish'
dependencies = []
files = []
hgrepos = []
issue_num = 44149
keywords = ['patch']
message_count = 1.0
messages = ['393747']
nosy_count = 3.0
nosy_names = ['tim.peters', 'python-dev', 'mustafaquraish']
pr_nums = ['26170']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue44149'
versions = ['Python 3.11']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue targets difflib.get_close_matches and references existing PR #26170; start by locating that entry point and reviewing the PR. Done means the function accepts the requested key argument and its behavior is covered by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100