Discrepancy between inplace add and add for list and iterables
未關閉
還沒有人認領這個 Issue。
docs
- 主要語言
- Python
- 星號
- 77.2k
- 分支
- 36k
- 平均合併
- 1 天 9 小時
- 30 天內合併 PR
- 558
描述
Documentation
Noticed this discrepancy between inplace add and add for list and iterables, not sure if this behavior is purposefully intended or a bug:
The Addition Assignment += operator will concatenate str to list, treating the str as an iterable and behaving like list.extend(...) instead of throwing TypeError, as one might expect, since the Addition operator + throws a TypeError when attempting to concatenate str to list.
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
未指定來源檔案或測試。首先重現所附範例,這些範例比較了字串和其他 iterable 的 list += 與 list +,然後閱讀 Python 語言文件中與這些運算子相關的內容。完成的標準是確立該差異的預期行為,並找出適當的文件修改或釐清之處。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- documentation
- Issue 類型
- 文件
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100