From 2677f70fc3b4b408903563c3d602eb50d5b7e9d0 Mon Sep 17 00:00:00 2001 From: Mikhail Korobov Date: Tue, 9 Jun 2015 02:20:10 +0500 Subject: [PATCH] DOC spider_error doesn't support deferreds (cherry picked from commit 790c67b643666b34376c29985a4d2976a351456d) --- docs/topics/signals.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/signals.rst b/docs/topics/signals.rst index 7ea9efe49..5dd3b9ef5 100644 --- a/docs/topics/signals.rst +++ b/docs/topics/signals.rst @@ -174,6 +174,8 @@ spider_error Sent when a spider callback generates an error (ie. raises an exception). + This signal does not support returning deferreds from their handlers. + :param failure: the exception raised as a Twisted `Failure`_ object :type failure: `Failure`_ object