ipaddress should accept bytearray in addition to bytes
未關閉
還沒有人認領這個 Issue。
stdlib
type-feature
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 558
描述
| BPO | 34465 |
|---|---|
| Nosy | @gpshead, @ncoghlan, @serhiy-storchaka, @zhangyangyu, @joernheissler, @prudvinit |
| 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 2018-08-22.19:48:00.413>
labels = ['3.8', 'type-feature', 'library']
title = 'ipaddress should accept bytearray in addition to bytes'
updated_at = <Date 2018-09-11.16:35:00.331>
user = 'https://github.com/joernheissler'
bugs.python.org fields:
activity = <Date 2018-09-11.16:35:00.331>
actor = 'joernheissler'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2018-08-22.19:48:00.413>
creator = 'joernheissler'
dependencies = []
files = []
hgrepos = []
issue_num = 34465
keywords = ['patch']
message_count = 10.0
messages = ['323906', '323982', '324047', '324050', '324051', '324052', '324437', '324969', '325017', '325024']
nosy_count = 7.0
nosy_names = ['gregory.p.smith', 'ncoghlan', 'pmoody', 'serhiy.storchaka', 'xiang.zhang', 'joernheissler', 'prudvinit']
pr_nums = ['8908']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue34465'
versions = ['Python 3.8']
Linked PRs
- gh-135811
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
首先檢查 Python ipaddress 函式庫的進入點,以及現有的位元組輸入測試。確認目前如何處理 bytearray 值,然後更新行為和測試,使 bytearray 在所有接受 bytes 的地方都能被接受;完成後,相關的 ipaddress 測試應該能夠通過。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- networking
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 20/100