Skip to content

Commit 50aa324

Browse files
committed
merge from 3.3
2 parents ffd33c2 + 6fd25c3 commit 50aa324

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/imp.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ This module provides an interface to the mechanisms used to implement the
179179
the class does not affect the method definitions of the instances --- they
180180
continue to use the old class definition. The same is true for derived classes.
181181

182+
.. versionchanged:: 3.3
183+
Relies on both ``__name__`` and ``__loader__`` being defined on the module
184+
being reloaded instead of just ``__name__``.
185+
182186
.. deprecated:: 3.4
183187
Use :func:`importlib.reload` instead.
184188

0 commit comments

Comments
 (0)