mirror of https://github.com/scrapy/scrapy.git
Document the execution order change of non-generator start_requests, for the sake of completion
This commit is contained in:
parent
1a0b9d4f56
commit
97a0fed020
|
|
@ -41,6 +41,10 @@ Backward-incompatible changes
|
|||
- In ``scrapy.core.spidermw.SpiderMiddlewareManager``,
|
||||
``process_start_requests()`` has been replaced by ``process_start()``.
|
||||
|
||||
- The now-deprecated ``start_requests()`` method, when it returns an iterable
|
||||
instead of being defined as a generator, is now executed *after* the
|
||||
:ref:`scheduler <topics-scheduler>` instance has been created.
|
||||
|
||||
Deprecations
|
||||
~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue