Star expression in comprehension wrongly indicates to use or_expression after the star
オープン
まだ誰も着手していません。
3.10
3.11
3.9 (EOL)
docs
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 45646 |
|---|---|
| Nosy | @sweeneyde, @Arthur-Milchior |
| 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 2021-10-28.14:42:22.397>
labels = ['3.11', '3.9', '3.10', 'docs']
title = 'Star expression in comprehension wrongly indicates to use or_expression after the star'
updated_at = <Date 2021-11-03.01:05:41.748>
user = 'https://github.com/Arthur-Milchior'
bugs.python.org fields:
activity = <Date 2021-11-03.01:05:41.748>
actor = 'Dennis Sweeney'
assignee = 'docs@python'
closed = False
closed_date = None
closer = None
components = ['Documentation']
creation = <Date 2021-10-28.14:42:22.397>
creator = 'Arthur-Milchior'
dependencies = []
files = []
hgrepos = []
issue_num = 45646
keywords = ['patch']
message_count = 6.0
messages = ['405187', '405188', '405191', '405288', '405571', '405574']
nosy_count = 3.0
nosy_names = ['docs@python', 'Dennis Sweeney', 'Arthur-Milchior']
pr_nums = ['29303']
priority = 'normal'
resolution = None
stage = 'patch review'
status = 'open'
superseder = None
type = None
url = 'https://bugs.python.org/issue45646'
versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず文法ドキュメントの issue と、リンクされている pull request python/cpython#29303 を確認してください。payload にはファイル名もテストも記載されていません。comprehension の文法で star expression が説明されている箇所を確認し、or_expression への誤解を招く参照を修正して、ドキュメントが誤った構文を示唆しなくなっていることを検証してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 20/100