[issue14855] IPv6 support for logging.handlers

Yuriy Syrovetskiy report at bugs.python.org
Wed May 23 15:46:09 CEST 2012


Yuriy Syrovetskiy <cblp at cblp.su> added the comment:

Can the datagramHandler.host change during execution? If so, the address family of the socket can change. So, we should create a socket for every new message. Check my patch #2.

Also I extended socket.create_connection to support UDP.

----------
Added file: http://bugs.python.org/file25680/mywork2.patch

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


More information about the Python-bugs-list mailing list