]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:54:16 +0000 (10:54 +0200)
committerGitHub <noreply@github.com>
Tue, 30 Jun 2026 08:54:16 +0000 (08:54 +0000)
commitf71ce97db92d7f22542271bd49bdba392b27792e
tree9ee4f8ea3ac9735a83132a605d4b50dbc6544bf3
parent64c46507d9aabf880a15a47a09bed16c06bcab8b
[3.14] gh-152248: Reject a POSIX TZ abbreviation with non-ASCII-letters in pure-Python `zoneinfo` (GH-152249) (#152651)

(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