[spec] Document `NotImplemented` special casing?
未关闭
还没有人认领这个 Issue。
topic: typing spec
- 主要语言
- Python
- 星标
- 1.8k
- 派生
- 302
- 平均合并
- 23 小时
- 30 天内合并 PR
- 8
描述
Type checkers and typeshed special case NotImplemented to be treated as Any, this appears to be not documented in the spec currently.
A small paragraph should probably go here: https://typing.python.org/en/latest/spec/special-types.html
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 spec/special-types.html 开始,在现有规范中搜索 NotImplemented 及相关特殊情况。添加一段简短的文字,说明将其作为 Any 处理,并与规范的术语保持一致;当可以在特殊类型部分找到此行为时即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- python
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 1/5
- 预计耗时
- 1 小时以内
- 活跃度
- 停滞
- 描述清晰度
- 描述清楚
- 新手友好度
- 55/100