[EMAIL PROTECTED] wrote: > It seems like Python doesn't have a "standard" implementation of an > event or messaging system. That is really what I was curious about. I > wanted to check before I implemented something of my own.
What are you comparing it to? Does Java have standard event or messaging systems? I thought there were only such systems as part of the GUI libraries. Perhaps you're referring to the Observer interface? Sometimes a solution that is necessary in Java would be an overcomplication in Python, and full-blown Observers is probably one such example. -- Ben Sizer -- http://mail.python.org/mailman/listinfo/python-list