Surprising difference in behavior between "import blah" and "from blah import thing"

offby1 eric.hanchrow at gmail.com
Thu May 8 17:03:29 EDT 2008


Ah.  So from the point of view of mut.py, "thing" and "system.thing"
are separate, unrelated variables; the former of which is initialized
from the latter when mut says "from system import thing".   Thanks.



More information about the Python-list mailing list