Why Python forbids multiple instances of one module?
If only Python allows multiple instances of one module, module will be enough 
to replace class in most cases. 
After all, it is much easier to write a module than a class, at least we do not 
have to write self everywhere.
 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to