On 6/2/2011 4:40 AM, xDog Walker wrote:
On Wednesday 2011 June 01 10:34, John Nagle wrote:
I have a program which uses "feedparser". It occasionally hangs when
the network connection has been lost, and remains hung after the network
connection is restored.
My solution is to download the feed
On Wednesday 2011 June 01 10:34, John Nagle wrote:
> I have a program which uses "feedparser". It occasionally hangs when
> the network connection has been lost, and remains hung after the network
> connection is restored.
My solution is to download the feed file using wget, then hand that file t
I have a program which uses "feedparser". It occasionally hangs when
the network connection has been lost, and remains hung after the network
connection is restored.
My program calls
d = feedparser.parse(self.url,etag=self.etag,modified=self.modified)
If d is None, it raises an excep