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.
2 parents ffd33c2 + 6fd25c3 commit 50aa324Copy full SHA for 50aa324
Doc/library/imp.rst
@@ -179,6 +179,10 @@ This module provides an interface to the mechanisms used to implement the
179
the class does not affect the method definitions of the instances --- they
180
continue to use the old class definition. The same is true for derived classes.
181
182
+ .. versionchanged:: 3.3
183
+ Relies on both ``__name__`` and ``__loader__`` being defined on the module
184
+ being reloaded instead of just ``__name__``.
185
+
186
.. deprecated:: 3.4
187
Use :func:`importlib.reload` instead.
188
0 commit comments