提交 2f697ce5 编写于 作者: E Elias Dorneles

added note about how to revert to old behavior for robotstxt

上级 89a088b3
......@@ -32,7 +32,8 @@ This 1.1 release brings a lot of interesting features and bug fixes:
If you try ``scrapy shell index.html`` it will try to load the URL http://index.html,
use ``scrapy shell ./index.html`` to load a local file.
- Robots.txt compliance is now enabled by default for newly-created projects
(:issue:`1724`).
(:issue:`1724`). If you need old behavior, update :setting:`ROBOTSTXT_OBEY`
in ``settings.py`` file when creating a new project.
- Exporters now work on unicode, instead of bytes by default (:issue:`1080`).
If you use ``PythonItemExporter``, you may want to update your code to
disable binary mode which is now deprecated.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册