Re: No way to set a timeout in urllib.

2006-12-30 Thread skip
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

Re: No way to set a timeout in urllib.

2006-12-30 Thread John J. Lee
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. There is a

No way to set a timeout in urllib.

2006-12-29 Thread John Nagle
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. There is a non-thread-safe workaround from 2003 at

Re: No way to set a timeout in urllib.

2006-12-29 Thread skip
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. John There is a

Re: No way to set a timeout in urllib.

2006-12-29 Thread John Nagle
[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 FancyURLopener, John