On Wed, Sep 12, 2012 at 5:13 AM, ruck <[email protected]> wrote: > I'm not sure how I could have known that ntpath was already imported, since > *I* didn't import it, but that was the key to my confusion.
One way to find out is to peek at the cache. >>> import sys >>> sys.modules There are quite a few of them in the 3.2 interactive that I just tried this in. ChrisA -- http://mail.python.org/mailman/listinfo/python-list
