In article <[EMAIL PROTECTED]>,
Craig Allen  <[EMAIL PROTECTED]> wrote:
>
>(option 2)
>Therefore option two is a family of options where class level members
>can be used to share whatever needs to be shared, though strictly the
>class is not a singleton since multiple instances are created which
>merely share the data that should be single (say a big dictionary of
>configuration information the class manages).

That's only true if you actually instantiate the class.  You can just
use the class directly -- that's what I do.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

Adopt A Process -- stop killing all your children!
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to