]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 23 Aug 2025 09:12:13 +0000 (12:12 +0300)
committerGitHub <noreply@github.com>
Sat, 23 Aug 2025 09:12:13 +0000 (12:12 +0300)
commit6620ef0ff62dea2632bedf9afa88aa4780a2c9d9
treee4ccb492f7ed4cd85144ca430473e2fc91a24a66
parent282e88506b1d3c2ea2a0fd2fbce6c4e27ddc1c92
gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845)

Both modules should use the Python implementation in that case.
Lib/test/test_zoneinfo/test_zoneinfo.py
Lib/zoneinfo/__init__.py
Misc/NEWS.d/next/Library/2025-08-16-09-02-11.gh-issue-137754.mCev1Y.rst [new file with mode: 0644]