[docs] [issue20769] Reload() description is unclear

Roy Smith report at bugs.python.org
Tue Feb 25 17:23:55 CET 2014


New submission from Roy Smith:

http://docs.python.org/2/library/functions.html#reload says:

It is legal though generally not very useful to reload built-in or dynamically loaded modules, except for sys, __main__ and __builtin__.

It is unclear what the "except for ..." part is referring to.  Is it not legal to reload those modules?  Or is it not very useful to reload them?

----------
assignee: docs at python
components: Documentation
messages: 212187
nosy: docs at python, roysmith
priority: normal
severity: normal
status: open
title: Reload() description is unclear
versions: Python 2.7

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


More information about the docs mailing list