]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 25 Jun 2026 09:41:13 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 09:41:13 +0000 (09:41 +0000)
commitc5ac8251b535cc2f282af1d428855bc52b5b5645
treef972c456a4d7eeb7562b3044eb8de0972e108816
parente09bc5f0be09dab3f602702b155c9b7c98d799fc
[3.13] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152176)

(cherry picked from commit 6f9c76d8d86997012acfa09fed05396aa9349bbf)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/datetimetester.py
Misc/NEWS.d/next/Library/2026-06-24-12-00-00.gh-issue-152079.f1tzus.rst [new file with mode: 0644]
Modules/_datetimemodule.c