truncating match in regular expression match objects repr
未關閉
還沒有人認領這個 Issue。
3.9 (EOL)
topic-regex
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 558
描述
| 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']
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 Regular Expressions 元件開始,檢查現有的 pull request:python/cpython#20922,因為 issue 內文沒有提供檔案或測試路徑。根據 pull request 和 issue 討論確認預期行為;完成的標準是 match object 的表示依要求截斷匹配到的文字。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- backend
- Issue 類型
- 功能
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 15/100