[docs] [issue24081] Obsolete caveat in reload() docs

R. David Murray report at bugs.python.org
Sat May 2 03:50:00 CEST 2015


R. David Murray added the comment:

This generally comes up in the context of a module importing another module, and *that* module fails to import.  The first module is left in sys.modules as a stub.  Try that experiment, I'm pretty sure that is still true.

----------
nosy: +r.david.murray

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


More information about the docs mailing list