> By "per-class-instance variables", you are talking
> about instance attributes?  I.e. "self.use_gmt_times"?
> I don't see much difference between global variables
> and instance attributes.  

using global variable in modules makes the module not Thread-safe
Using a instance attribute allows more threads to each have a separate instance 
with it's own config.


-- 
дамјан ( http://softver.org.mk/damjan/ )

Today we create the legacy of tomorrow.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to