This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author p-ganssle
Recipients josh.ja.butt, p-ganssle, python-dev, vstinner
Date 2020-08-12.13:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1597238721.62.0.414748395277.issue41530@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-08-12 13:25:21p-gansslesetrecipients: + p-ganssle, vstinner, python-dev, josh.ja.butt
2020-08-12 13:25:21p-gansslesetmessageid: <1597238721.62.0.414748395277.issue41530@roundup.psfhosted.org>
2020-08-12 13:25:21p-gansslelinkissue41530 messages
2020-08-12 13:25:21p-gansslecreate