simplify overlaps function in ipaddress.py
オープン
まだ誰も着手していません。
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 38335 |
|---|---|
| Nosy | @serhiy-storchaka, @s-sanjay |
| PRs | |
| Files |
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 2019-10-01.11:43:43.734>
labels = ['3.8', '3.7', 'library', '3.9']
title = 'simplify overlaps function in ipaddress.py'
updated_at = <Date 2019-10-05.12:25:55.200>
user = 'https://github.com/s-sanjay'
bugs.python.org fields:
activity = <Date 2019-10-05.12:25:55.200>
actor = 'Sanjay'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-10-01.11:43:43.734>
creator = 'Sanjay'
dependencies = []
files = ['48634']
hgrepos = []
issue_num = 38335
keywords = ['patch']
message_count = 3.0
messages = ['353676', '354004', '354005']
nosy_count = 2.0
nosy_names = ['serhiy.storchaka', 'Sanjay']
pr_nums = ['16519']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue38335'
versions = ['Python 3.5', 'Python 3.6', 'Python 3.7', 'Python 3.8', 'Python 3.9']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
ipaddress.py の overlaps 関数から始め、参照されている skip_broadcast_in.patch と PR 16519 を確認してください。既存の動作に照らして意図された簡略化を確認し、その後、関連する ipaddress テストを実行してください。関数を簡略化しても結果が変わらなければ完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- networking
- issue の種類
- リファクタリング
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 25/100