[issue1062] nice to have a way to tell if a socket is bound

Martin Panter report at bugs.python.org
Thu Apr 17 07:42:13 CEST 2014


Martin Panter added the comment:

The suggested subclass might have to call the default bind(("", 0)) before running certain other operations, including connect(), send[to](), recv[from](), since these operations are meant to automatically bind if necessary.

----------
nosy: +vadmium

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


More information about the Python-bugs-list mailing list