]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Jun 2026 12:08:00 +0000 (14:08 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 12:08:00 +0000 (12:08 +0000)
commit683e9b9451ade39ba75044fe41dd630bce60df87
tree79aafdf1aa85c18a2483d6bc271109d0840945e7
parent93ade5e38660f811b50d54e56c606076878f164c
[3.14] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (GH-152247) (#152266)

(cherry picked from commit f47acc7f0920cb5ef507352172914876cea18a48)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Co-authored-by: Stan Ulbrych <stan@python.org>
Lib/test/test_zoneinfo/test_zoneinfo.py
Lib/zoneinfo/_zoneinfo.py
Misc/NEWS.d/next/Library/2026-06-26-12-50-26.gh-issue-152246.MfXMd1.rst [new file with mode: 0644]