mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Merge.
This commit is contained in:
commit
c00cf53d84
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ This module provides an interface to the mechanisms used to implement the
|
||||||
the class does not affect the method definitions of the instances --- they
|
the class does not affect the method definitions of the instances --- they
|
||||||
continue to use the old class definition. The same is true for derived classes.
|
continue to use the old class definition. The same is true for derived classes.
|
||||||
|
|
||||||
|
.. versionchanged:: 3.3
|
||||||
|
Relies on both ``__name__`` and ``__loader__`` being defined on the module
|
||||||
|
being reloaded instead of just ``__name__``.
|
||||||
|
|
||||||
.. deprecated:: 3.4
|
.. deprecated:: 3.4
|
||||||
Use :func:`importlib.reload` instead.
|
Use :func:`importlib.reload` instead.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue