From b15296c6342e828a209ab82b0a7d007896ffc6cc Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 15 Sep 2025 17:18:33 +0100 Subject: [PATCH 1/2] Commit --- docs/index.rst | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3d64a1e..4a5fff6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -18,10 +18,8 @@ its backport `importlib_resources`_). Although ``importlib.resources`` or equivalent is recommended, it is also possible to access the data via :func:`pkgutil.get_data` as well. -.. TODO: Change ``zoneinfo`` to :mod:`zoneinfo` when 3.9 is released - -It is primarily intended to be used by standard library's ``zoneinfo`` -module (new in Python 3.9), but it is also available as a source for time zone +It is primarily intended to be used by standard library's :mod:`zoneinfo` +module, but it is also available as a source for time zone data for other time zone libraries. It is generally recommended that any time zone libraries should attempt to use the system data before using the ``tzdata`` package, but some systems (notably Windows) do not deploy zoneinfo @@ -116,12 +114,6 @@ to package names: .. _importlib_resources: https://importlib-resources.readthedocs.io/en/latest/ .. _zoneinfo: https://docs.python.org/3/library/zoneinfo.html -.. toctree:: - :maxdepth: 1 - :caption: Contents: - - maintaining - Indices and tables ================== From 22fbac53a8961c38bdbafea513687abc898a0cf8 Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 15 Sep 2025 17:21:29 +0100 Subject: [PATCH 2/2] Commit --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 4a5fff6..a32815f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -114,6 +114,12 @@ to package names: .. _importlib_resources: https://importlib-resources.readthedocs.io/en/latest/ .. _zoneinfo: https://docs.python.org/3/library/zoneinfo.html +.. toctree:: + :maxdepth: 1 + :caption: Contents: + + maintaining + Indices and tables ==================