]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40503: Add documentation and what's new entry for zoneinfo (GH-20006)
authorPaul Ganssle <paul@ganssle.io>
Sat, 16 May 2020 16:14:58 +0000 (12:14 -0400)
committerGitHub <noreply@github.com>
Sat, 16 May 2020 16:14:58 +0000 (12:14 -0400)
commitb17e49e0def23238b9e7f48c8a02e2d7bbf1f653
tree76e9f172832a34e53bdb4feeeedf91c33bedc771
parent1b97b9b0ad9a2ff8eb5c8f2e2e7c2aec1d13a330
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>
Doc/library/datatypes.rst
Doc/library/zoneinfo.rst [new file with mode: 0644]
Doc/whatsnew/3.9.rst
Misc/NEWS.d/next/Library/2020-05-08-15-48-39.bpo-40503.elZyxc.rst [new file with mode: 0644]