Re: feedparser hanging after I/O error

2011-06-03 Thread John Nagle
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

Re: feedparser hanging after I/O error

2011-06-02 Thread xDog Walker
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

feedparser hanging after I/O error

2011-06-01 Thread John Nagle
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