Not really a bug, so feel free to close without further explanations.
Not too long ago I started seeing this deprecation warning from _tzpath.py:152
DeprecationWarning: open_text is deprecated. Use files() instead. Refer to https://importlib-resources.readthedocs.io/en/latest/using.html#migrating-from-legacy for migration advice.
with resources.open_text("tzdata", "zones") as f:
Not really a bug, so feel free to close without further explanations.
Not too long ago I started seeing this deprecation warning from
_tzpath.py:152