]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:44:05 +0000 (11:44 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 09:44:05 +0000 (09:44 +0000)
commit6e7de8670c7375c71e5a37e31467fc0f4c3cbe7f
tree70db3eea0de0d2ed87c42c597247fd5d733f08b5
parent7b16d6cf8719c03008fc3a981f18dc1a2d7c1792
[3.14] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152175)

(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