Merge pull request #2330 from lfmattossch/note-python2-name

[MRG+1] Added a note about invalid spider names in python 2 (fixes #2251)
This commit is contained in:
Paul Tremberth 2016-10-18 16:35:19 +02:00 committed by GitHub
commit 6cc83c041e
1 changed files with 2 additions and 0 deletions

View File

@ -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