Dan wrote:
> You might think of modules in Python as like packages in Java. However,
> putting classes in the same module doesn't give them any additional
> powers to interact with each other. (At least, not that I know of.)

Use of "global" to rebind shared module-scope names...

-Peter
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to