Re: Surprising difference in behavior between "import blah" and "from blah import thing"
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
Been there, done that: http://polyglot-anagrams.googlecode.com/svn/trunk/python/ -- http://mail.python.org/mailman/listinfo/python-list