feedparser hanging after I/O error

xDog Walker thudfoo at gmail.com
Thu Jun 2 07:40:08 EDT 2011


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 to 
feedparser. feedparser will also hang forever on a url if the server doesn't 
serve. 

-- 
I have seen the future and I am not in it.



More information about the Python-list mailing list