Message3472

Author glyph
Recipients glyph
Date 2008-09-06.16:21:47
SpamBayes Score 0.01977606
Marked as misclassified No
Message-id <1220718108.19.0.98773530457.issue1119@psf.upfronthosting.co.za>
In-reply-to
Content
Twisted wants to get the pending socket error to notify the application
when certain errors occur, but it can't:

          File
"/home/glyph/Projects/Twisted/trunk/twisted/internet/tcp.py", line 629,
in doConnect
            err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
        exceptions.AttributeError: 'module' object has no attribute
'SO_ERROR'
History
Date User Action Args
2008-09-06 16:21:48glyphsetrecipients: + glyph
2008-09-06 16:21:48glyphsetmessageid: <1220718108.19.0.98773530457.issue1119@psf.upfronthosting.co.za>
2008-09-06 16:21:48glyphlinkissue1119 messages
2008-09-06 16:21:47glyphcreate