lxml is the new default selector backend. closes #120

This commit is contained in:
Daniel Graña 2012-04-19 00:28:27 -03:00
parent 30ddbf624e
commit 21e03729a3
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
"""
XPath selectors
Two backends are currently available: libxml2 and lxml
To select the backend explicitly use the SELECTORS_BACKEND variable in your
project. Otherwise, libxml2 will be tried first. If libxml2 is not available,
lxml will be used.
project settings.
Two backends are currently available: lxml (default) and libxml2.
"""
from scrapy.conf import settings