[Twisted-Python] DeferredQueue Unstable
The API says the DeferredQueue class from the defer module is unstable? Any description about why it is unstable? I would like to use it else I will have to write my own version that is sure to 'unstable'. -- Sean Roark
Sean Roark wrote:
The API says the DeferredQueue class from the defer module is unstable? Any description about why it is unstable? I would like to use it else I will have to write my own version that is sure to 'unstable'.
As stated recently on this list(dunno, but iirc it was JP), "unstable" is used if the probability of incompatible API-changes is relatively high. So maybe you'll have to change your code when upgrading Twisted. Johann
--
Sean Roark ------------------------------------------------------------------------
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
participants (2)
-
Johann Borck -
Sean Roark