[issue19392] document importlib.reload() requires __loader__ to be defined

Brett Cannon report at bugs.python.org
Fri Oct 25 19:53:56 CEST 2013


Brett Cannon added the comment:

importlib.reload() already states that the loader is reused, so this only required imp.reload() to be updated.

----------
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19392>
_______________________________________


More information about the Python-bugs-list mailing list