This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author martin.panter
Recipients Ramchandra Apte, janssen, loewis, martin.panter, vila
Date 2014-04-17.05:42:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397713333.4.0.489054348015.issue1062@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-04-17 05:42:13martin.pantersetrecipients: + martin.panter, loewis, janssen, vila, Ramchandra Apte
2014-04-17 05:42:13martin.pantersetmessageid: <1397713333.4.0.489054348015.issue1062@psf.upfronthosting.co.za>
2014-04-17 05:42:13martin.panterlinkissue1062 messages
2014-04-17 05:42:12martin.pantercreate