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 pitrou
Recipients ixokai, orsenthil, pitrou
Date 2010-10-15.13:51:25
SpamBayes Score 0.0039138496
Marked as misclassified No
Message-id <1287150687.04.0.232728521756.issue10116@psf.upfronthosting.co.za>
In-reply-to
Content
Rather than the hand-made _open_with_retry, I think it would be better to use support.transient_internet() (it's already used in other tests). Retrying is not very helpful if the other end is down.

Also, EBADF (bad file descriptor) looks like a bug. httplib should not use closed/non-existent file descriptors.
History
Date User Action Args
2010-10-15 13:51:27pitrousetrecipients: + pitrou, ixokai, orsenthil
2010-10-15 13:51:27pitrousetmessageid: <1287150687.04.0.232728521756.issue10116@psf.upfronthosting.co.za>
2010-10-15 13:51:25pitroulinkissue10116 messages
2010-10-15 13:51:25pitroucreate