From: Stephen W. <go...@co...> - 2005-06-14 01:47:10
|
Hi gang, I'm just now getting around to adding dispatcher to my app, and I've been staring at the simple_sample.py for a while. It runs fine, but I'm just confused by the wording (I found this confusing a while ago, and figured maybe if I came back to it later it would make sense to me, but it still doesn't). So anyway, what I find perplexing is that the prints in simple_sample.py all say "Sending [signal] *to* first object" (emphasis mine) ... but according to everything else I see there, the first object (which I assume refers to ourObjects[0]) is the *sender*, not the receiver (the receivers being the callables), so I would have expected the prints to say "Sending [signal] *from* first object" ... am I wrong? Thanks for any enlightenment! - Steve |