gh-126883: Add check that timezone fields are in range for `datetime.fromisoformat` by donbarbos · Pull Request #127242 · python/cpython
added 2 commits
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request
…etime.fromisoformat` (python#127242) It was previously possible to specify things like `+00:90:00` which would be equivalent to `+01:30:00`, but is not a valid ISO8601 string. --------- Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request
…etime.fromisoformat` (python#127242) It was previously possible to specify things like `+00:90:00` which would be equivalent to `+01:30:00`, but is not a valid ISO8601 string. --------- Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters