Don't deprecate the mode property in twisted.internet.interfaces

[email protected] Tue, 10 Nov 2009 19:11:41 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from thijs <[email protected]>:

The following interfaces have a {{{mode}}} property that is marked as deprecated but apparently "on many (most) platforms, 'mode' is respected; on the ones where it's not, I think it's a bug.  Plus, it's hard to correctly implement modes yourself (I had to recently, and I got it wrong twice in a row, thanks to mode/mask confusion)".

 - {{{IReactorUNIX.listenUNIX}}}
 - {{{IReactorUNIXDatagram.connectUNIXDatagram}}}
 - {{{IReactorUNIXDatagram.listenUNIXDatagram}}}

----------
Type     : defect
Component: core
Keywords : 
Priority : normal
Nosy     : thijs
----------
http://twistedmatrix.com/trac/ticket/4078