Antoine Pitrou <pit...@free.fr> added the comment:

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.

----------
nosy: +orsenthil, pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10116>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to