[EMAIL PROTECTED] wrote: > Here is another non-pythonic question from the Java Developer. (I beg > for forgiveness...) > > Does Python have a mechanism for events/event-driven programming? > > I'm not necessarily talking about just GUIs either, I'm interested in > using events for other parts of an application as well. > > If there isn't some sort of event mechanism built into Python, where > might I find some information about implementing one?
In python 2.5, generators accept parameters. That might be a good starting-point for an event-system. Diez -- http://mail.python.org/mailman/listinfo/python-list