File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# The structure of this file is as follows:
22# - Blank lines and lines starting with `#` are ignored.
3- # - Lines contain the name of a top-level module, followed by a colon,
3+ # - Lines contain the name of a module, followed by a colon,
44# a space, and a version range (for example: `symbol: 2.7-3.9`).
55#
66# Version ranges may be of the form "X.Y-A.B" or "X.Y-". The
99# introduced in version X.Y and is still available in the latest
1010# version of Python.
1111#
12+ # If a submodule is not listed separately, it has the same lifetime as
13+ # its parent module.
14+ #
1215# Python versions before 2.7 are ignored, so any module that was already
1316# present in 2.7 will have "2.7" as its minimum version. Version ranges
1417# for unsupported versions of Python 3 (currently 3.5 and lower) are
@@ -132,6 +135,7 @@ imaplib: 2.7-
132135imghdr: 2.7-
133136imp: 2.7-
134137importlib: 2.7-
138+ importlib.resources: 3.7-
135139inspect: 2.7-
136140io: 2.7-
137141ipaddress: 2.7-
You can’t perform that action at this time.
0 commit comments