[issue14855] IPv6 support for logging.handlers

Antoine Pitrou report at bugs.python.org
Sat May 19 16:56:24 CEST 2012


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

> On my computer, connect() on a UDP socket always finishes
> successfully. What's wrong?

Nothing wrong I guess, since connect() on an UDP socket doesn't actually
do anything, network-wise (UDP being an unconnected protocol).

----------

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


More information about the Python-bugs-list mailing list