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 giampaolo.rodola
Recipients giampaolo.rodola, pitrou, r.david.murray
Date 2010-05-02.21:36:15
SpamBayes Score 0.00045670214
Marked as misclassified No
Message-id <1272836177.15.0.519990363525.issue8594@psf.upfronthosting.co.za>
In-reply-to
Content
> You should not use find_unused_port()

I agree find_unused_port() is the wrong approach in general, but in this case I think there's nothing we can do about it.

> you never set self.source_address.

You're right, I should set it in connect() method.
I'm going to attach a new patch including documentation.
History
Date User Action Args
2010-05-02 21:36:17giampaolo.rodolasetrecipients: + giampaolo.rodola, pitrou, r.david.murray
2010-05-02 21:36:17giampaolo.rodolasetmessageid: <1272836177.15.0.519990363525.issue8594@psf.upfronthosting.co.za>
2010-05-02 21:36:15giampaolo.rodolalinkissue8594 messages
2010-05-02 21:36:15giampaolo.rodolacreate