ipaddress should accept bytearray in addition to bytes
オープン
まだ誰も着手していません。
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 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 にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、Python の ipaddress ライブラリのエントリポイントと、bytes 入力に関する既存のテストを調べてください。現在 bytearray の値がどのように扱われているかを確認し、その後、bytes が受け入れられるすべての箇所で bytearray も受け入れられるように動作とテストを更新してください。完了時には、関連する ipaddress テストがパスするはずです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- networking
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 20/100