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 belopolsky, lemburg, p-ganssle
Date 2020-05-09.17:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589043975.53.0.0595614493177.issue40536@roundup.psfhosted.org>
In-reply-to
Content
I have an initial implementation against the reference implementation here: https://github.com/pganssle/zoneinfo/pull/60

Once GH-19909 is merged, I will turn that into a PR against CPython.

For the first pass I went with:

1. free-standing function
2. returning set()
3. no cache
4. available_timezones()
History
Date User Action Args
2020-05-09 17:06:15p-gansslesetrecipients: + p-ganssle, lemburg, belopolsky
2020-05-09 17:06:15p-gansslesetmessageid: <1589043975.53.0.0595614493177.issue40536@roundup.psfhosted.org>
2020-05-09 17:06:15p-gansslelinkissue40536 messages
2020-05-09 17:06:15p-gansslecreate