supporting asyncronous messages

Joshua Spoerri josh at pobox.com
Sun Mar 11 07:02:49 EST 2001


On Wed, Mar 07, 2001 at 10:48:32AM +0100, Martin von Loewis wrote:
thank you for the pointer. i thought about it a little more, and for
this particular application, i'd like to use tristate logic to automatically
wait for only the relevant events. idea being that if an expression
evaluates to "unknown", it should block, but if it evaluates to true or
false it should continue. it means that you only need to worry about
a single expression to control flow and wait behaviour.

can python overload the logical operators, if not, are there any
plans to enable it to? do you see any gotchas in this approach?

thanks, josh





More information about the Python-list mailing list