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

2008-05-08 Thread offby1
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.
--
http://mail.python.org/mailman/listinfo/python-list


Re: anagram finder / dict mapping question

2008-05-08 Thread offby1
Been there, done that:
http://polyglot-anagrams.googlecode.com/svn/trunk/python/
--
http://mail.python.org/mailman/listinfo/python-list