Constructor signature is duplicated in the help of namedtuples
オープン
まだ誰も着手していません。
3.7 (EOL)
stdlib
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 30959 |
|---|---|
| Nosy | @rhettinger, @ncoghlan, @serhiy-storchaka, @SylvainDe |
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 2017-07-18.11:04:22.806>
labels = ['3.7', 'type-bug', 'library']
title = 'Constructor signature is duplicated in the help of namedtuples'
updated_at = <Date 2017-07-21.08:54:23.446>
user = 'https://github.com/serhiy-storchaka'
bugs.python.org fields:
activity = <Date 2017-07-21.08:54:23.446>
actor = 'SylvainDe'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-07-18.11:04:22.806>
creator = 'serhiy.storchaka'
dependencies = []
files = []
hgrepos = []
issue_num = 30959
keywords = []
message_count = 3.0
messages = ['298582', '298766', '298784']
nosy_count = 4.0
nosy_names = ['rhettinger', 'ncoghlan', 'serhiy.storchaka', 'SylvainDe']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue30959'
versions = ['Python 3.7']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、namedtuples のヘルプ出力にある重複したコンストラクターシグネチャを再現し、その原因となっている標準ライブラリの実装を特定します。修正後のヘルプ出力でコンストラクターシグネチャが重複しなくなったことを確認し、該当するテストの場所が特定できた場合は、対象を絞った回帰テストを追加または更新します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100