commit | b17e49e0def23238b9e7f48c8a02e2d7bbf1f653 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <paul@ganssle.io> | Sat May 16 12:14:58 2020 -0400 |
committer | GitHub <noreply@github.com> | Sat May 16 12:14:58 2020 -0400 |
tree | 76e9f172832a34e53bdb4feeeedf91c33bedc771 | |
parent | 1b97b9b0ad9a2ff8eb5c8f2e2e7c2aec1d13a330 [diff] |
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006) This adds the documentation for the `zoneinfo` module added in PEP 615: https://www.python.org/dev/peps/pep-0615/ The implementation itself was GH-19909: https://github.com/python/cpython/pull/19909 bpo-40503: https://bugs.python.org/issue40503 Co-authored-by: Victor Stinner <vstinner@python.org>