John [H2O] wrote:
[ ... ]
> What are the key points to the classes? Is it okay to reference or pass
> classes to instantiate a class? 

Yes.  The standard library does this in BaseHTTPServer (via its parent 
SocketServer.)  Maybe looks abstruse at the outset, but it's the natural way 
to assign a fresh message handler to a new input message.  Docs are via the 
Python Global Module Index, source is in some directory like
/usr/lib/python2.6/SocketServer.py , .../BaseHTTPServer.py , etc.

        Mel.

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

Reply via email to