[Twisted-Python] UDP Support

I intend to totally refactor UDP tonight. Do I need to bother with backwards compatability, or is nobody using it? There's been a big "this is not a stable API" docstring on it for a while... -- Itamar Shtull-Trauring http://itamarst.org/ Available for Python, Twisted, Zope and Java consulting

On Wed, 23 Oct 2002 20:44:32 -0400, Itamar Shtull-Trauring <twisted@itamarst.org> wrote:
I intend to totally refactor UDP tonight. Do I need to bother with backwards compatability, or is nobody using it?
The only code that I'm aware of anywhere that's using it is the DNS code, which is probably just going to want a thin backwards-compatibility layer anyway. I don't think it's doing anything particularly idiomatic to UDP. -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |

On Wed, 23 Oct 2002 20:44:32 -0400, Itamar Shtull-Trauring <twisted@itamarst.org> wrote:
I intend to totally refactor UDP tonight. Do I need to bother with backwards compatability, or is nobody using it?
The only code that I'm aware of anywhere that's using it is the DNS code, which is probably just going to want a thin backwards-compatibility layer anyway. I don't think it's doing anything particularly idiomatic to UDP. -- | <`'> | Glyph Lefkowitz: Travelling Sorcerer | | < _/ > | Lead Developer, the Twisted project | | < ___/ > | http://www.twistedmatrix.com |
participants (2)
-
Glyph Lefkowitz
-
Itamar Shtull-Trauring