diff options
author | Paul Ganssle <paul@ganssle.io> | 2020-05-16 16:14:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-16 16:14:58 (GMT) |
commit | b17e49e0def23238b9e7f48c8a02e2d7bbf1f653 (patch) | |
tree | 76e9f172832a34e53bdb4feeeedf91c33bedc771 /Doc/library/datatypes.rst | |
parent | 1b97b9b0ad9a2ff8eb5c8f2e2e7c2aec1d13a330 (diff) | |
download | cpython-b17e49e0def23238b9e7f48c8a02e2d7bbf1f653.zip cpython-b17e49e0def23238b9e7f48c8a02e2d7bbf1f653.tar.gz cpython-b17e49e0def23238b9e7f48c8a02e2d7bbf1f653.tar.bz2 |
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>
Diffstat (limited to 'Doc/library/datatypes.rst')
-rw-r--r-- | Doc/library/datatypes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/datatypes.rst b/Doc/library/datatypes.rst index 94010c0..675bbb6 100644 --- a/Doc/library/datatypes.rst +++ b/Doc/library/datatypes.rst @@ -20,6 +20,7 @@ The following modules are documented in this chapter: .. toctree:: datetime.rst + zoneinfo.rst calendar.rst collections.rst collections.abc.rst |