[issue17795] backwards-incompatible change in SysLogHandler with unix domain sockets

Vinay Sajip report at bugs.python.org
Sat Apr 20 15:08:21 CEST 2013


Vinay Sajip added the comment:

I've attached an alternative patch. The default socktype stays as socket.SOCK_DGRAM, but you can specify socktype=None to get the SOCK_DGRAM falling back to SOCK_STREAM behaviour.

Can you confirm that this alternative approach works in your environment? (This patch is against the default branch.)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17795>
_______________________________________


More information about the Python-bugs-list mailing list