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

Skip to content

Commit 16c8a53

Browse files
e-kwsmvstinner
authored andcommitted
[Docs] Fix required version of an example of importlib (GH-10118)
§31.5.6.3. Importing a source file directly: `module_from_spec` is new in Python 3.5.
1 parent 570e371 commit 16c8a53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/importlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ Importing a source file directly
16531653
''''''''''''''''''''''''''''''''
16541654

16551655
To import a Python source file directly, use the following recipe
1656-
(Python 3.4 and newer only)::
1656+
(Python 3.5 and newer only)::
16571657

16581658
import importlib.util
16591659
import sys

0 commit comments

Comments
 (0)