]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:48 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 09:41:48 +0000 (09:41 +0000)
commitcf8051b2e782e626062bf85e223b46e92b1ab2bb
tree5f6250eb58ec266a9f15c13b1a8a20af06af80c7
parent703c9bf976227f2d5b90e9dfe47564ab345a7383
[3.15] gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (GH-152087) (#152174)

(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