On 8/3/06, John Salerno <[EMAIL PROTECTED]> wrote:
> According to Python in a Nutshell, references are stored in the
> dictionary sys.modules, but I'm not sure if it matters that it's not
> __modules__ instead (unless that also exists).

Right you are - it's sys.modules, not sys.__modules__.

-- 
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to