File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
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
You can’t perform that action at this time.
0 commit comments