[Twisted-Python] Re: [Twisted-commits] Add a note about the subtleties of addDeferred

Stephen C. Waterbury golux at comcast.net
Mon Oct 20 23:24:07 EDT 2003


moshez CVS wrote:

> +<p>Note that adding deferreds to a <code>DeferredList</code> that has
> +been filled already will lead to unpredictable behavior. Only add
> +deferreds to a list that you know has not been filled yet (you can
> +check the <code>.called</code> attribute.</p>

Hm ... in that case, is there some reason not to say "called"
instead of "filled" here?

Steve.





More information about the Twisted-Python mailing list