Lib/cmd.py: Hide undocumented commands in help and completenames
オープン
まだ誰も着手していません。
3.8 (EOL)
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 37030 |
|---|---|
| Nosy | @remilapeyre, @tirkarthi, @aldwinaldwin |
| 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 2019-05-24.07:25:53.817>
labels = ['3.8', 'type-feature', 'library']
title = 'Lib/cmd.py: Hide undocumented commands in help and completenames'
updated_at = <Date 2019-06-07.13:34:33.567>
user = 'https://github.com/aldwinaldwin'
bugs.python.org fields:
activity = <Date 2019-06-07.13:34:33.567>
actor = 'aldwinaldwin'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-05-24.07:25:53.817>
creator = 'aldwinaldwin'
dependencies = []
files = []
hgrepos = []
issue_num = 37030
keywords = ['patch']
message_count = 6.0
messages = ['343346', '343361', '343873', '344346', '344422', '344935']
nosy_count = 3.0
nosy_names = ['remi.lapeyre', 'xtreak', 'aldwinaldwin']
pr_nums = ['13536']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue37030'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
Lib/cmd.py を読み、help と completenames のエントリポイントに注目してください。また、既存の pull request が記録されているため、開始する前に python/cpython#13536 を確認してください。未ドキュメントのコマンドが help の出力と completenames の結果の両方から非表示になれば完了です。利用可能であれば、関連するライブラリテストを実行してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- cli
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 25/100