]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Pytho...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 30 Jun 2026 08:57:58 +0000 (10:57 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 08:57:58 +0000 (08:57 +0000)
commit59616023b19a722b756f27f31af82f63f7e449d5
tree61b7e8e0725b8d64e0e23935200c65acb755d1f9
parentad55e47d6d8d58205ee80011c3cb7bc675f22d69
[3.15] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (GH-152249) (#152650)

(cherry picked from commit 449122ed0dbdb6a545af4927c59f4c80ee15c515)

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-13-39-11.gh-issue-152248.N2Rmaf.rst [new file with mode: 0644]
Modules/_zoneinfo.c