File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ its backport `importlib_resources`_). Although ``importlib.resources`` or
1818equivalent is recommended, it is also possible to access the data via
1919:func: `pkgutil.get_data ` as well.
2020
21- .. TODO: Change ``zoneinfo`` to :mod:`zoneinfo` when 3.9 is released
22-
23- It is primarily intended to be used by standard library's ``zoneinfo ``
24- module (new in Python 3.9), but it is also available as a source for time zone
21+ It is primarily intended to be used by standard library's :mod: `zoneinfo `
22+ module, but it is also available as a source for time zone
2523data for other time zone libraries. It is generally recommended that any time
2624zone libraries should attempt to use the system data before using the
2725``tzdata `` package, but some systems (notably Windows) do not deploy zoneinfo
@@ -116,12 +114,6 @@ to package names:
116114 .. _importlib_resources : https://importlib-resources.readthedocs.io/en/latest/
117115.. _zoneinfo : https://docs.python.org/3/library/zoneinfo.html
118116
119- .. toctree ::
120- :maxdepth: 1
121- :caption: Contents:
122-
123- maintaining
124-
125117
126118Indices and tables
127119==================
You can’t perform that action at this time.
0 commit comments