On Dec 11, 2005, at 5:46 PM, [EMAIL PROTECTED] wrote:

I just noticed that d.addCallback(foo, bar) results in foo being
invoked with bar as the *first* argument, rather than the second.
Could this be changed?  It's highly confusing, especially when taken
together with JavaScript's overall poor error reporting that leads to
mistakes in this area being silently lost forever.

No, it's that way on purpose. The difference is well documented, and I'm pretty sure it's less confusing for people who haven't already been conditioned by Twisted.

-bob

Reply via email to