fromisotime cleanup when 3.11 is Python miniumum
还没有人认领这个 Issue。
评估
调研方向
打开 pyodata/v2/model.py,检查 parse_datetime_literal 和 EdmDateTimeOffsetTypTraits.from_literal。确认 Python 3.11 中 fromisoformat 的行为,然后移除 issue 中所述的分数秒填充代码块和 Z 替换。完成的标准是兼容性变通方案已被移除,同时仍支持分数秒和 Z 输入。
由索引模型根据 Issue 内容生成。
描述
Matrix builds for #303 exposed change in fromisotime for fractional-seconds between Python 3.10 and 3.11. Since 3.10 EOL is quite soon, adding what can be changed when support for 3.10 will be dropped as well.
Cleanup tasks for when Python 3.11 becomes minimum version
-
parse_datetime_literalinpyodata/v2/model.py: remove fractional-seconds padding workaround (theif '.' in valueblock),fromisoformataccepts any number of fractional digits in 3.11+ -
EdmDateTimeOffsetTypTraits.from_literalinpyodata/v2/model.py: remove fractional-seconds padding workaround (theif '.' in normalizedblock) for the same reason -
EdmDateTimeOffsetTypTraits.from_literal: remove the.replace('Z', '+00:00')normalisation,fromisoformatacceptsZnatively in 3.11+
- 主要语言
- Python
- 星标
- 268
- 派生
- 100
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
SAP/python-pyodata 的其他 Issue
-
enhancement
难度 2/5 1-3 小时 新手友好度 62/100
SAP/python-pyodata#108 ·
-
chore
SAP/python-pyodata#302 · 已指派 1 人 ·
-
question
SAP/python-pyodata#294 · 1 条评论 · 已指派 1 人 ·
-
bug
SAP/python-pyodata#282 · 2 条评论 · 已指派 1 人 ·
-
bug
SAP/python-pyodata#280 · 13 条评论 · 已指派 1 人 ·
查看 SAP/python-pyodata 的全部 Issue
相似的 Issue
-
triage/confirmed
难度 2/5 1-3 小时 新手友好度 88/100
agentscope-ai/agentscope#2775 ·
-
comp/desktop P3 type/bug
难度 1/5 1 小时以内 新手友好度 92/100
NousResearch/hermes-agent#118866 ·
-
bug
难度 1/5 1 小时以内 新手友好度 90/100
apache/cloudstack#14222 ·
-
难度 2/5 1-3 小时 新手友好度 76/100
-
bug
难度 2/5 1-3 小时 新手友好度 82/100