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

(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