truncating match in regular expression match objects repr
Open
Nobody has claimed this yet.
3.9 (EOL)
topic-regex
type-feature
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 39949 |
|---|---|
| Nosy | @rhettinger, @ericvsmith, @ezio-melotti, @sethtroisi, @serhiy-storchaka, @qwenger |
| 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 2020-03-12.21:49:27.009>
labels = ['expert-regex', 'type-feature', '3.9']
title = 'truncating match in regular expression match objects repr'
updated_at = <Date 2020-06-19.11:11:33.869>
user = 'https://github.com/sethtroisi'
bugs.python.org fields:
activity = <Date 2020-06-19.11:11:33.869>
actor = 'matpi'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Regular Expressions']
creation = <Date 2020-03-12.21:49:27.009>
creator = 'Seth.Troisi'
dependencies = []
files = []
hgrepos = []
issue_num = 39949
keywords = ['patch']
message_count = 17.0
messages = ['364052', '364053', '371618', '371626', '371641', '371645', '371648', '371650', '371698', '371699', '371700', '371843', '371864', '371867', '371868', '371869', '371878']
nosy_count = 7.0
nosy_names = ['rhettinger', 'eric.smith', 'ezio.melotti', 'mrabarnett', 'Seth.Troisi', 'serhiy.storchaka', 'matpi']
pr_nums = ['20922']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue39949'
versions = ['Python 3.9']
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
Start with the Regular Expressions component and inspect the existing pull request, python/cpython#20922, since the issue body provides no file or test path. Confirm the intended behavior from the pull request and issue discussion; done means match object representations truncate the matched text as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100