HTTP modules documentation displays a list of both unsupported http and supported codes, contrary to caption.
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 35.9k
- PR マージ指標
- PR 指標を取得中
説明
Documentation
The HTTP module supports status codes that are unregistered/unofficial. Take http status code 418: I'm a teapot Due to the save418 movement (https://save418.com/), python decided to preserve http code 418 in its codebase, but this documentation contradicts itself.
However, in the documentation, right above the table of status codes supported by the http library we have this:
Supported, IANA-registered status codes available in http.HTTPStatus are:
This is factually incorrect, because code 418, (among others) is not official, and this should either be edited to say:
"Supported Status Codes Available in http.httpStatus are:" or list exceptions.
Linked PRs
- gh-135625
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
HTTP モジュールのドキュメントでステータスコードの表の上にある説明から始め、そのキャプションを、418 を含む一覧のコードと比較します。サポートされているコードを正確に説明するよう文言を更新し、その後、レンダリングされたドキュメントを確認します。リンクされている PR gh-135625 は、その作業がすでに進行中であることを示しています。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 25/100