]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (#152087)
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Thu, 25 Jun 2026 09:15:28 +0000 (17:15 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2026 09:15:28 +0000 (10:15 +0100)
commit6f9c76d8d86997012acfa09fed05396aa9349bbf
treed009ce0d19a16fd7883b2af5bfbaf9005d0a3730
parent05225aa06a4c5eceaa2eb29e99c2d44d2dbfe295
gh-152079: Fix `_datetime.fromisoformat()` mishandling a sub-second tz offset (#152087)

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