python-hyper / python-hyper/rfc3986
Empty (but present) authority component lost
オープン
まだ誰も着手していません。
- 主要言語
- Python
- スター
- 189
- フォーク
- 38
- 平均マージ
- 13時間 36分
- マージ済み PR(30日)
- 1
説明
The library in its latest pip version (1.5.0; also observed in 1.4 as shipped in Debian) does not distinguish between present and absent authority components:
>>> rfc3986.urlparse('foo:///').unsplit()
'foo:/'
I don't see how RFC3986 would justify normalizing this away, especially given the comment on page41 that in some cases a URI would be normalized to one that has an empty (not absent) authority.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
rfc3986.urlparse('foo:///').unsplit() の再現から始め、authority コンポーネントがどのように表現およびシリアライズされるかを追跡します。現在の空の authority と、RFC3986 における authority が存在しない場合を比較します。空のコンポーネントが正規化によって取り除かれず、保持されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 45/100