Refactor `xml.etree.ElementTree._namespaces`
未關閉
還沒有人認領這個 Issue。
stdlib
topic-XML
type-refactor
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 35.9k
- PR 合併指標
- PR 指標待擷取
描述
Feature or enhancement
Proposal:
Refactor of xml.etree.ElementTree._namespaces in preparation to simplify the logic to address the following gh issues, all of which require some changes to _namespaces:
- https://github.com/python/cpython/issues/118416 (bug)
- https://github.com/python/cpython/issues/61290 (bug)
- https://github.com/python/cpython/issues/113581 (fix for 61290 also fixes this)
- https://github.com/python/cpython/issues/57587 (new feature)
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
- gh-120772
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 xml.etree.ElementTree._namespaces 開始,並結合 issues 118416、61290、113581 和 57587 審查連結的 PR gh-120772。確定提議的重構如何為這些變更準備此函式;完成表示重構已完成,且仍能支援所參照 issues 的需求。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- backend
- Issue 類型
- 重構
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100