From b560f4d1c1321d387b25c27e28b525cc04ba3543 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 8 Mar 2013 09:57:12 -0200 Subject: [PATCH] sep-019: remove TODO section (settled down with class method) --- sep/sep-019.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sep/sep-019.rst b/sep/sep-019.rst index 68422891f..8b640814a 100644 --- a/sep/sep-019.rst +++ b/sep/sep-019.rst @@ -144,8 +144,3 @@ Proposed (new) startup process crawler.crawl(arg='value') spider = self.spidercls.from_crawler(self, arg='value') # starts crawling spider - -TODO -==== - -- should ``custom_settings`` be a static method instead of a class method?