cpython/Lib/zoneinfo
Stephen Morton 859aecc33b
gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433)
* Improve error messages for path-like relative paths and path-like bytes paths.
* TZPATH is now always a tuple of strings.
2025-09-11 10:08:53 +03:00
..
__init__.py gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) 2025-08-23 12:12:13 +03:00
_common.py gh-85702: Catch PermissionError in zoneinfo.load_tzdata() (#136117) 2025-06-30 16:33:01 +02:00
_tzpath.py gh-138432: Improved invalid path checking in zoneinfo.reset_tzpath() (GH-138433) 2025-09-11 10:08:53 +03:00
_zoneinfo.py gh-135273: Unify ZoneInfo.from_file signatures (#135274) 2025-06-19 16:47:35 +02:00