Add note on HTTP redirects with shell and fetch

This commit is contained in:
Paul Tremberth 2016-12-21 14:32:21 +01:00
parent 9098001888
commit 49a84c2d41
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ New Features
- ``MailSender`` now accepts single strings as values for ``to`` and ``cc``
arguments (:issue:`2272`)
- ``scrapy fetch url``, ``scrapy shell url`` and ``fetch(url)`` inside
scrapy shell now follow HTTP redirections by default (:issue:`2290`);
See :command:`fetch` and :command:`shell` for details.
Dependencies & Cleanups
~~~~~~~~~~~~~~~~~~~~~~~