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@python
components: Documentation
messages: 212187
nosy: docs@python, roysmith
priority: normal
severity: normal
status: open
title: Reload() description is unclear
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to