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

Brett Cannon report at bugs.python.org
Fri Oct 25 19:00:54 CEST 2013


New submission from Brett Cannon:

Make sure importlib.reload() (and by extension imp.reload()) mention that __loader__ must be defined as well as __name__.

----------
assignee: docs at python
components: Documentation
messages: 201259
nosy: brett.cannon, docs at python
priority: normal
severity: normal
status: open
title: document importlib.reload() requires __loader__ to be defined
versions: Python 3.3, Python 3.4

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


More information about the docs mailing list