Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dbe77b6

Browse files
authored
importlib.resources was added in 3.7 (#5468)
Describe sub-module versioning
1 parent 4a3b6eb commit dbe77b6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

stdlib/VERSIONS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
@@ -9,6 +9,9 @@
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-
132135
imghdr: 2.7-
133136
imp: 2.7-
134137
importlib: 2.7-
138+
importlib.resources: 3.7-
135139
inspect: 2.7-
136140
io: 2.7-
137141
ipaddress: 2.7-

0 commit comments

Comments
 (0)