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 brian.curtin, exarkun, giampaolo.rodola, paul.moore, pitrou, r.david.murray, tim.golden, trent, vinay.sajip
Date 2010-05-03.22:02:39
SpamBayes Score 0.0006154813
Marked as misclassified No
Message-id <1272924160.92.0.631269906177.issue8576@psf.upfronthosting.co.za>
In-reply-to
Content
> Any time you have any API that you want to test that requires a 
> pre-allocated port number, you're going to have intermittent failures.  
> Such APIs are broken and should be fixed where possible and avoided 
> otherwise.

You mean that socket.create_connection(), httplib (issue 3972) and ftplib should or should have used a different API to implement their "source_address" option?
History
Date User Action Args
2010-05-03 22:03:00giampaolo.rodolaunlinkissue8576 messages
2010-05-03 22:02:41giampaolo.rodolasetrecipients: + giampaolo.rodola, paul.moore, vinay.sajip, exarkun, pitrou, tim.golden, trent, r.david.murray, brian.curtin
2010-05-03 22:02:40giampaolo.rodolasetmessageid: <1272924160.92.0.631269906177.issue8576@psf.upfronthosting.co.za>
2010-05-03 22:02:39giampaolo.rodolalinkissue8576 messages
2010-05-03 22:02:39giampaolo.rodolacreate