diff options
author | donBarbos <donbarbos@proton.me> | 2025-02-18 15:49:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-18 15:49:28 (GMT) |
commit | 427dd10250f94d79bad7927d6ea231950c395bd6 (patch) | |
tree | eba12077a35fd6c95e991f5513d298fc20c18ef2 /Python/pythonrun.c | |
parent | 46ac85e4d9fcffe1a8f921989414a89648b5501a (diff) | |
download | cpython-427dd10250f94d79bad7927d6ea231950c395bd6.zip cpython-427dd10250f94d79bad7927d6ea231950c395bd6.tar.gz cpython-427dd10250f94d79bad7927d6ea231950c395bd6.tar.bz2 |
gh-127260: Improve error consistency in both `fromisoformat` implementations (#130134)
In the Python implementation, "Z" was allowed where only "+" or "-" should be allowed in time zone specifiers. In the C implementation, ":" was allowed as a separator between the whole and fractional portion of times (seconds). These have both been forbidden and the error messages harmonized.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions