[issue14855] IPv6 support for logging.handlers

Antoine Pitrou report at bugs.python.org
Sat May 19 11:56:52 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

For TCP, socket.create_connection() is your friend. For UDP I'm not sure, but adding a helper to the socket module might also be a good idea.

----------
nosy: +gregory.p.smith, pitrou
versions:  -Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.4

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


More information about the Python-bugs-list mailing list