]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135716)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 15:14:14 +0000 (17:14 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 15:14:14 +0000 (15:14 +0000)
commita1700861628f91db38547a1df78f09e2bf75a5eb
treeda9bcb09744fe541fb3964b893d0d406ae79cec9
parenta7abb8c8e6970f01d12c34d956b2cc9d31a41235
[3.14] gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274) (#135716)

gh-135273: Unify `ZoneInfo.from_file` signatures (GH-135274)

Align `ZoneInfo.from_file` pure-Python signature with Argument Clinic signature.
(cherry picked from commit 7cc89496922b7edb033e2ed47550c7c9e2ae8525)

Co-authored-by: Andrii Hrimov <andrew.hrimov@gmail.com>
Doc/library/zoneinfo.rst
Lib/zoneinfo/_zoneinfo.py