John Nagle <[EMAIL PROTECTED]> writes:
> There's no way to set a timeout if you use "urllib" to open a URL.
> "HTTP", which "urllib" uses, supports this, but the functionality
> is lost at the "urllib" level.
>
> It's not available via "class URLopener" or "FancyURLopener", either.
>
>
John> If you're looking for a Summer of Code project, ...
I'm not. I'm about 25 years out of grad school. ;-)
Skip
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> John> There's no way to set a timeout if you use "urllib" to open a URL.
> John> "HTTP", which "urllib" uses, supports this, but the functionality
> John> is lost at the "urllib" level.
>
> John> It's not available via "class URLopener" or "FancyURLop
John> There's no way to set a timeout if you use "urllib" to open a URL.
John> "HTTP", which "urllib" uses, supports this, but the functionality
John> is lost at the "urllib" level.
John> It's not available via "class URLopener" or "FancyURLopener",
John> either.