Scrapy, a fast high-level web crawling & scraping framework for Python.
Go to file
Daniel Grana 8ff4dc4d02 RetryMiddleware: added ConnectionLost to retried exceptions
twisted >8.0 has a ConnectionClosed exception parent of ConnectionLost
and ConnectionDone, but twisted 2.5 hasn't.

I add ConnectionLost until we can move forward to twisted >8.0

this is the docstring of ConnectionLost, hopes it is self explanatory:
    """Connection to the other side was lost in a non-clean fashion"""

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40757
2009-01-22 03:19:53 +00:00
scrapy RetryMiddleware: added ConnectionLost to retried exceptions 2009-01-22 03:19:53 +00:00
sites disabled docs app (redirecting to doc.scrapy.org instead) 2009-01-04 23:28:50 +00:00
.hgignore dummy file to shift a revision 2009-05-04 18:16:20 +00:00