]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:04:35 +0000 (14:04 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 12:04:35 +0000 (12:04 +0000)
commit82a54898ed49d1964b2e2908ae54ccfec63fb605
treea24d23a223eb74a45f2a07687e03f38186863a1f
parentd740050c99ccd25a08d40f90f9c8f678678c6d7c
[3.13] gh-152246: Fix pure-Python `zoneinfo` accepting invalid seperators in POSIX TZ rules (GH-152247) (#152267)

(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]