From 7c33e0cb55613b7ec805e58e64fc92a8d2a7d371 Mon Sep 17 00:00:00 2001 From: Luiz Fernando Mattos Schlindwein Date: Tue, 18 Oct 2016 11:55:51 -0200 Subject: [PATCH] added a note about invalid spider names in python 2 --- docs/topics/spiders.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/topics/spiders.rst b/docs/topics/spiders.rst index 0e473709a..af676fccd 100644 --- a/docs/topics/spiders.rst +++ b/docs/topics/spiders.rst @@ -72,6 +72,8 @@ scrapy.Spider spider that crawls ``mywebsite.com`` would often be called ``mywebsite``. + .. note:: In Python 2 this must be ASCII only. + .. attribute:: allowed_domains An optional list of strings containing domains that this spider is