Message212187
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? |
|
Date |
User |
Action |
Args |
2014-02-25 16:23:55 | roysmith | set | recipients:
+ roysmith, docs@python |
2014-02-25 16:23:55 | roysmith | set | messageid: <1393345435.57.0.757218905385.issue20769@psf.upfronthosting.co.za> |
2014-02-25 16:23:55 | roysmith | link | issue20769 messages |
2014-02-25 16:23:55 | roysmith | create | |
|