We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57db125 commit 0a97941Copy full SHA for 0a97941
Doc/library/importlib.rst
@@ -210,7 +210,7 @@ Functions
210
:exc:`ModuleNotFoundError` is raised when the module being reloaded lacks
211
a :class:`~importlib.machinery.ModuleSpec`.
212
213
- .. versionchanged:: 3.14
+ .. versionchanged:: next
214
If *module* is a lazy module that has not yet been materialized (i.e.,
215
loaded via :class:`importlib.util.LazyLoader` and not yet accessed),
216
calling :func:`reload` is a no-op and returns the module unchanged.
0 commit comments