Message104891
> 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 (issue 8594) should have used a different API to implement their "source_address" option? |
|
Date |
User |
Action |
Args |
2010-05-03 22:04:10 | giampaolo.rodola | set | recipients:
+ giampaolo.rodola, paul.moore, vinay.sajip, exarkun, pitrou, tim.golden, trent, r.david.murray, brian.curtin |
2010-05-03 22:04:10 | giampaolo.rodola | set | messageid: <1272924250.06.0.853692249796.issue8576@psf.upfronthosting.co.za> |
2010-05-03 22:04:08 | giampaolo.rodola | link | issue8576 messages |
2010-05-03 22:04:08 | giampaolo.rodola | create | |
|