Paul Ganssle <p.gans...@gmail.com> added the comment:

I think that `ZoneInfo('__init__.py')` is also a problem, but a slightly 
different one. That comes from the fact that in order to support 
`importlib.resources`, each of the zoneinfo subdirectories needs an 
`__init__.py`, but the ZoneInfo constructor should probably ignore those, since 
they are added by `tzdata` and not actually part of a tzdata distribution.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41530>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to