]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python ...
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Tue, 30 Jun 2026 08:27:30 +0000 (16:27 +0800)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 08:27:30 +0000 (10:27 +0200)
commit449122ed0dbdb6a545af4927c59f4c80ee15c515
treeefc54a8b2b31559dc22372446758df67421c1904
parentfc866dc84ec430ab22d60609520f7ab27267baef
gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (#152249)

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