[Twisted-Python] Re: [Twisted-commits] Add a note about the subtleties of addDeferred
Stephen C. Waterbury
golux at comcast.net
Mon Oct 20 21:24:07 MDT 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